QuantEcon / QuantEcon.notebooks

Jupyter notebooks contributed by QuantEcon developers, users and the community
BSD 3-Clause "New" or "Revised" License
123 stars 106 forks source link

Adding ivp notebook from David R. Pugh #10

Closed mmcky closed 8 years ago

mmcky commented 8 years ago

This notebooks needs to be updated for the interact widget command to work in new Jupyter layout

---------------------------------------------------------------------------
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'
mmcky commented 8 years ago

Fixed - Ready for Merge.