jupyter

Package — NotebookPython 3.8+Beginner

Interactive computing: notebooks, kernels, widgets

Quick Info

Documentation
Official Docs
Python Version
3.8+
Dependencies
notebook, jupyterlab, ipython, ipykernel, nbconvert, nbformat
Install
pip install jupyter

Learn by Difficulty

Quick Example

python
# Install: pip install jupyter
import jupyter

# Basic jupyter usage
print(f"Using jupyter")
# See documentation for detailed examples

jupyter is a third-party package. Interactive computing: notebooks, kernels, widgets. Install with: pip install jupyter

Try in Playground

Tags

packagenotebookinteractiveeducationrepl

Related Items