Panel#
Ploomber Cloud supports Panel. For information on how to develop Panel apps, please check the documentation.
To deploy a Panel app you need at least two files:
Your application file (
app.py
)A dependencies file (
requirements.txt
)
Application file#
Your app.py
must be a Panel application. An example is available here.
Dependencies#
To deploy a new project, list your dependencies in a (requirements.txt
). For example, if you’re using JupySQL, pandas and matplotlib, your requirements.txt
file will look like this:
# sample requirements.txt
jupysql
pandas
matplotlib
Deploy#
To deploy a Panel app from the deployment menu, follow these instructions: