Anaconda Notebooks#
Anaconda offers an online Notebooks product (similar to Google’s Colab) that allows you to develop and deploy Panel applications from JupyterLab notebooks.
As of September 2025:
1 application can be published with the Free Tier, 4 with the Starter Tier, and 10 with the Business Tier (more information on the Pricing page).
Panel is part of the Anaconda Distribution and as such is available in the conda environments already made available to you in the platform.
You cannot choose the deployment name; it will instead be automatically generated from a combination of random words (e.g.,
https://spirited-spotted-python.anacondaapps.cloud
).All deployed applications are public by default.
Refer to Anaconda’s Notebooks documentation to find out more about this product.
Create an app#
Create an account on anaconda.com and visit your personal space at https://anaconda.com/app.
Open the Notebooks product (quick link: https://nb.anaconda.com) to launch a JupyterLab session.
Create a new notebook and start coding your Panel application. If you need to know more about developing Panel applications in JupyterLab, visit the notebooks how-to guides. In particular, the most practical way to develop an application is to enable the Preview functionality in JupyterLab. See the corresponding how-to guide for more information.
Deploy an app#
Once your application is ready to be deployed, click on the “Save and Publish” icon button located in the toolbar.
Click on the “Publish” button of the modal that gets displayed.
Your application is deployed!
To update an existing application, simply update your code and repeat the process described in this section. Note the original deployment URL is preserved.
Refer to Anaconda’s documentation on how to publish notebooks for more information.
Manage an app#
Open the Launcher and click on “My Apps” (alternatively, click on the apps count in the header) to open the App Management view.
Click on the three vertical dots in your app card to access more information about it. For example, click on “Copy app link” to find out at which URL your app has been deployed and share it with your users.
Try it out#
The screenshots displayed on this page originate from an app that has been deployed on Anaconda Notebooks:
You can inspect and open the notebook with this URL: https://anaconda.com/app/share/notebooks/300335e6-88c3-4555-bad3-7c1e66bb4b57/overview
The app is publicly deployed at this URL: https://bright-calabar-python.anacondaapps.cloud/anaconda_cloud_for_panel_docs