written by Eric J. Ma on 2019-07-26 | tags: data science data products app deployment
I finally learned how to build and serve apps with Panel!
Here are the key ideas:
.servable()
object.serve
command to test the app locally. It’s actually quite magical - the serve command can actually parse a Jupyter notebook and serve it up on a local web server.requirements.txt
file, one can easily specify the exact Python environment for deployment.As a pedagogical implementation, I put up a minimal panel app on GitHub, and also served it up on Heroku. Come check it out! I hope it’s useful for you.
@article{
ericmjl-2019-pyviz-apps,
author = {Eric J. Ma},
title = {PyViz Panel Apps},
year = {2019},
month = {07},
day = {26},
howpublished = {\url{https://ericmjl.github.io}},
journal = {Eric J. Ma's Blog},
url = {https://ericmjl.github.io/blog/2019/7/26/pyviz-panel-apps},
}
I send out a newsletter with tips and tools for data scientists. Come check it out at Substack.
If you would like to sponsor the coffee that goes into making my posts, please consider GitHub Sponsors!
Finally, I do free 30-minute GenAI strategy calls for teams that are looking to leverage GenAI for maximum impact. Consider booking a call on Calendly if you're interested!