ipython-books / cookbook-code

[DEPRECATED] See the new edition:
http://ipython-books.github.io/
Other
972 stars 457 forks source link

ipywidgets don't work? Here's the fix #41

Open pleabargain opened 8 years ago

pleabargain commented 8 years ago

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.

SylvainCorlay commented 8 years ago

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