Jupyter Notebooks

Jupyter Notebook lets you create and share computational documents. It offers a simple, streamlined, document-centric experience with optional interactive widgets.

Deploying

You can deploy your notebooks from the command-line with rsconnect-python - see the Publishing - Command Line section.

Accessing the notebook

Once your notebook has been deployed, you can view it as a document in Connect.

You can also schedule a notebook to execute periodically. For more information, see the Scheduling chapter.

Limitations

  • Only Python 3 notebooks can be deployed. Notebooks using Python 2, R, or other Jupyter kernels cannot be deployed.