How to Install python-notebook in Ubuntu 18.04



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

sudo apt update
sudo apt install python-notebook

Description:

Jupyter interactive notebook (Python 2)

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 2 library. . This package is not required to run Python 2 code in the notebook, only to allow Python 2 code to interact directly with the notebook server.

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

Version: 5.2.2-1

Section: universe/python