Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.25 KB

jupyter.md

File metadata and controls

23 lines (18 loc) · 1.25 KB
jupytext kernelspec
formats text_representation
ipynb,md:myst
extension format_name format_version jupytext_version
.md
myst
0.13
1.14.4
display_name language name
Python 3 (ipykernel)
python
python3

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.