Some users have been playing with ipywidgets in the notebook. Currently the installer does install them because it depends on the jupyter meta package but it does not activate the Javascript. Consider adding
jupyter nbextension enable --py --sys-prefix widgetsnbextension
to the installer?
Some users have been playing with ipywidgets in the notebook. Currently the installer does install them because it depends on the jupyter meta package but it does not activate the Javascript. Consider adding
to the installer?