jupyter

Web application to create and share documents that contain code, visualizations and notes. Primarily used for data analysis, scientific computing and machine learning. More information: <https://jupyter.org>.

Debian Debian
RUN apt-get update && \ apt-get install -y jupyter-core
Ubuntu
RUN apt-get update && \ apt-get install -y jupyter-core
Arch Arch Linux
RUN pacman -S --noconfirm jupyter-core
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y jupyter-core
Fedora
RUN dnf install -y jupyter-core
Raspbian
RUN apt-get update && \ apt-get install -y jupyter-core
click the source code to copy install jupyter on any operating system with command-not-found.com