Closed mmcky closed 8 years ago
This notebooks needs to be updated for the interact widget command to work in new Jupyter layout
interact
--------------------------------------------------------------------------- ImportError Traceback (most recent call last) <ipython-input-22-0cfb9b7fd838> in <module>() ----> 1 from IPython.html.widgets import (interact, FloatTextWidget, FloatSliderWidget, 2 IntSliderWidget, TextWidget) ImportError: No module named 'widgets'
Fixed - Ready for Merge.
This notebooks needs to be updated for the
interact
widget command to work in new Jupyter layout