jakevdp / ipywidgets-static

[obsolete] Static Widgets for IPython Notebooks
BSD 3-Clause "New" or "Revised" License
108 stars 24 forks source link

StaticInteract error #18

Closed fayazr closed 8 years ago

fayazr commented 8 years ago

I am getting the following error:

ImportError Traceback (most recent call last)

in () ----> 1 from ipywidgets import StaticInteract, RangeWidget, RadioWidget 2 3 StaticInteract(plot, 4 amplitude=RangeWidget(0.1, 1.0, 0.1), 5 color=RadioWidget(['blue', 'green', 'red'])) ImportError: cannot import name StaticInteract
jakevdp commented 8 years ago

My guess is you're using an older version of the package.

In any case, I'm not supporting this package anymore, and I'd suggest you use IPython's built-in widget tools.