How to Install jupyter-nbextension-jupyter-js-widgets in Ubuntu 18.04



Install jupyter-nbextension-jupyter-js-widgets by entering the following commands in the terminal:

sudo apt update
sudo apt install jupyter-nbextension-jupyter-js-widgets

Description:

Interactive widgets - Jupyter notebook extension

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 contains the server-side Jupyter notebook extension that allows a Jupyter notebook server to serve and display these widgets. You will also need to install kernel-side libraries, for an interactive session to drive and animate the widgets that are contained in a notebook. For Python 2 notebooks this is python-ipywidgets, and for Python 3 this is python3-ipywidgets.

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

Version: 6.0.0-2

Section: universe/python