How to Install jupyter-notebook in Ubuntu 18.04



Install jupyter-notebook by entering the following commands in the terminal:

sudo apt update
sudo apt install jupyter-notebook

Description:

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".

Homepage: https://github.com/jupyter/notebook

Version: 5.2.2-1

Section: universe/science