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:

  1. Your application file (app.py)

  2. 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: