ipywidgets-static
ipywidgets-static copied to clipboard
Installation problem
I've installed via the setup script, but receive this error when trying to import ipywidgets:
In [2]: import ipywidgets
ImportError Traceback (most recent call last)
/usr/local/lib/python2.7/dist-packages/ipywidgets/init.py in
/usr/local/lib/python2.7/dist-packages/ipywidgets/interact.py in
ImportError: cannot import name get_ipython
what version of IPython do you have installed?
i.e.
>>> import IPython
>>> IPython.__version__
2.0.0