jupyter-serverextension
Jupyter interactive notebook
Install
- All systems
-
curl cmd.cat/jupyter-serverextension.sh
- Debian
-
apt-get install jupyter-notebook
- Ubuntu
-
apt-get install jupyter-notebook
- Arch Linux
-
pacman -S jupyter-notebook
- Kali Linux
-
apt-get install jupyter-notebook
- Fedora
-
dnf install python3-notebook
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install jupyter-notebook
- Raspbian
-
apt-get install jupyter-notebook
- Dockerfile
- dockerfile.run/jupyter-serverextension
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.