How to Install python3-ipywidgets in Ubuntu 18.04



Install python3-ipywidgets by entering the following commands in the terminal:

sudo apt update
sudo apt install python3-ipywidgets

Description:

Interactive widgets for the Jupyter notebook (Python 3)

Notebooks come alive when interactive widgets are used. Learning becomes an immersive and fun experience. Researchers can easily see how changing inputs to a model impact the results. . This package installs the library for Python 3 notebooks.

Homepage: https://github.com/jupyter-widgets/ipywidgets

Version: 6.0.0-2

Section: universe/python