Using Jupyter Notebooks#

Project Jupyter is a collection of open source projects providing services and tools for interactive computing across many programming languages. These services and tools include Jupyter Notebook, JupyterLab, and JupyterHub. It also includes JupyterBook, which is the framework used to create this documentation website.

Jupyter plays a large role in the Python community and is supported by many organizations.

Built into py5 are many features to make it compatible with Jupyter Notebooks. This empowers py5 to benefit from Jupyter’s strengths. This section provides some tutorials that highlight py5’s Jupyter-related features and how to make best use of them.

It is recommended that you install both of py5’s Jupyter kernels. Instructions for how to do so are found at the bottom of the py5 install page.