File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 7
7
[ ![ Binder] ( https://mybinder.org/badge.svg )] ( https://mybinder.org/v2/gh/jupyter-widgets/ipywidgets/master?filepath=docs%2Fsource%2Fexamples )
8
8
9
9
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,12 @@ jupyter nbextension enable --py --sys-prefix widgetsnbextension # can be skippe
78
78
conda install -c conda-forge ipywidgets
79
79
```
80
80
81
+ - With JupyterLab:
82
+
83
+ ```
84
+ jupyter labextension install @jupyter-widgets/jupyterlab-manager
85
+ ```
86
+
81
87
See the [ Installation] ( docs/source/user_install.md ) section of the documentation for additional details.
82
88
83
89
### Installing from git
You can’t perform that action at this time.
0 commit comments