Open blthayer opened 2 years ago
The latter works for my system, while the former does not.
That's actually a bit surprising as they should point to same place. See here:
As for what we should prefer between the two, I'm not sure there is a clear answer. It seems historically that widget
was suggested, but to me ipympl
makes a lot more sense as it allows discovery of the package via googling.
...
ipympl
makes a lot more sense as it allows discovery of the package via googling.
It also avoids confusion with ipywidgets is in the following misleading fragment
%matplotlib widget
import ipywidgets as widgets
Describe the issue
The current README specifies that to use
ipympl
you simply use the following magic:However, the documentation specifies the following magic:
The latter works for my system, while the former does not.
Versions