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 PlaygroundTags
packagenotebookinteractiveeducationrepl
Related Items
JupyterLab
IDE / Editor
Next-gen Jupyter interface: tabbed editing, terminal, file browser, extensions
ipython
Package — Notebook
Enhanced interactive Python shell: magic commands, history, completion
notebook
Package — Notebook
Classic Jupyter Notebook web interface
Google Colab
IDE / Editor
Free cloud-based Jupyter environment by Google with GPU/TPU access
marimo
IDE / Editor
Reactive Python notebook: cells auto-re-execute when dependencies change
voila
Package — Notebook
Turn Jupyter notebooks into standalone web applications