jupyter-notebook

Jupyter interactive notebook

Install

All systems
curl cmd.cat/jupyter-notebook.sh
Debian Debian
apt-get install jupyter-notebook
Ubuntu
apt-get install jupyter-notebook
Arch Arch Linux
pacman -S jupyter-notebook
image/svg+xml Kali Linux
apt-get install jupyter-notebook
Fedora
dnf install jupyter-notebook
Windows (WSL2)
sudo apt-get update sudo apt-get install jupyter-notebook
Raspbian
apt-get install jupyter-notebook

jupyter-notebook

Jupyter interactive notebook

The Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations, and explanatory text. The Notebook has support for multiple programming languages, sharing, and interactive widgets. This package provides the jupyter subcommands "notebook", "nbextension", "serverextension" and "bundlerextension".

python3-notebook

Jupyter interactive notebook (Python 3)

The Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations, and explanatory text. The Notebook has support for multiple programming languages, sharing, and interactive widgets. This package contains the Python 3 library.