You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FWIW, if users have problems with ipywidgets there appears to be a bigger issue with ipywidgets not working in latest v. jupyter-widgets/ipywidgets#669 (comment)
I did manage to get ipywidgets to run using:
~/.local/bin/jupyter nbextension enable --py widgetsnbextension
and then
~/.local/bin/jupyter notebook
I hope the above helps someone.
The text was updated successfully, but these errors were encountered:
FWIW, if users have problems with ipywidgets there appears to be a bigger issue with ipywidgets not working in latest v.
jupyter-widgets/ipywidgets#669 (comment)
I did manage to get ipywidgets to run using:
~/.local/bin/jupyter nbextension enable --py widgetsnbextension
and then
~/.local/bin/jupyter notebook
I hope the above helps someone.
The text was updated successfully, but these errors were encountered: