This is the minimal summary of this article for my archives.
Install jupyter notebooks locally (with --user flag to make the jupyter directory writable) and the ipympl lib, as well.
pip install jupyter --user
pip install ipympl --user
Note that that should've happened automatically anyway, but if not, you need to install ipywidgets with
pip install ipywidgets --user.
Now, you need to enable the nbextensions
jupyter nbextension enable --py --sys-prefix widgetsnbextension
jupyter nbextension install --py --symlink --sys-prefix ipympl
You might also want to install the nbextensions configurator to keep an overview
jupyter contrib nbextension install --user
How to enable interactive matplotlib widgets in jupyter notebooks (Ubuntu, user)
unfortunately, the extension manager doesnt show up
This is the minimal summary of this article
for my archives.
Install jupyter notebooks locally (with
--userflag to make the jupyter directory writable) and theipympllib, as well.Note that that should've happened automatically anyway, but if not, you need to install ipywidgets with
pip install ipywidgets --user.Now, you need to enable the nbextensions
You might also want to install the nbextensions configurator to keep an overview