You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ipywidgets are [interactive HTML widgets](https://github.com/jupyter-widgets/ipywidgets/blob/master/docs/source/examples/Index.ipynb)
10
-
for Jupyter notebooks and the IPython kernel.
10
+
for Jupyter notebooks, JupyterLab and the IPython kernel.
11
11
12
12
Notebooks come alive when interactive widgets are used. Users gain control of
13
13
their data and can visualize changes in the data.
@@ -78,6 +78,13 @@ jupyter nbextension enable --py --sys-prefix widgetsnbextension # can be skippe
78
78
conda install -c conda-forge ipywidgets
79
79
```
80
80
81
+
- Add ipywidgets to JupyterLab after installing with pip or conda (note that this requires nodejs to be installed and that the package name is different):
0 commit comments