Using Jupyter Notebooks

nbinteract, run the following command in a terminal shell: pip install nbinteract If the Jupyter notebook package version is lower than 5.3, run these two additional commands to enable nbinteract in the notebook environment: jupyter nbextension enable --py --sys-prefix widgetsnbextension jupyter nbextension enable --py --sys-prefix bqplot ................
................