blob: 261713d54ffc2c2caa5b271e198abe6826af955d (
plain)
1
2
3
4
5
|
The jupyter-widgetsnbextension package provides interactive HTML widgets for
Jupyter notebooks.
Before the widgets may be used in an IPython notebook, execute the following:
jupyter nbextension enable --py widgetsnbextension
|