Voilà#
Tip
If you haven’t deployed your first dashboard, check out the quickstart guide.
To deploy a dashboard you need two files:
A Jupyter notebook file (
.ipynb
)A dependencies file (
requirements.txt
)
Voilà#
Currently, Ploomber Cloud supports Voilà for deploying Jupyter notebooks as dashboards. For information on how to write Voilà dashboards, please check the documentation.
Click here to see some examples.
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 Voilà app from the deployment menu, follow these instructions: