Skip to content

Commit 7971bed

Browse files
authored
Add lab extension install command
1 parent 29ff441 commit 7971bed

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/jupyter-widgets/ipywidgets/master?filepath=docs%2Fsource%2Fexamples)
88

99
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.
1111

1212
Notebooks come alive when interactive widgets are used. Users gain control of
1313
their data and can visualize changes in the data.
@@ -78,6 +78,12 @@ jupyter nbextension enable --py --sys-prefix widgetsnbextension # can be skippe
7878
conda install -c conda-forge ipywidgets
7979
```
8080

81+
- With JupyterLab:
82+
83+
```
84+
jupyter labextension install @jupyter-widgets/jupyterlab-manager
85+
```
86+
8187
See the [Installation](docs/source/user_install.md) section of the documentation for additional details.
8288

8389
### Installing from git

0 commit comments

Comments
 (0)