cookbook-code icon indicating copy to clipboard operation
cookbook-code copied to clipboard

ipywidgets don't work? Here's the fix

Open pleabargain opened this issue 9 years ago • 1 comments

FWIW, if users have problems with ipywidgets there appears to be a bigger issue with ipywidgets not working in latest v. https://github.com/ipython/ipywidgets/issues/669#issuecomment-233272661

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.

pleabargain avatar Jul 16 '16 11:07 pleabargain

Thanks - this installation step is described in the readme and the documentation.

SylvainCorlay avatar Jul 18 '16 15:07 SylvainCorlay