Skip to content

Commit e55a5fb

Browse files
authored
Merge pull request #2823 from umerhasan17/updatereadme
Add lab extension install command to README
2 parents 82a7959 + c503acf commit e55a5fb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 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,13 @@ jupyter nbextension enable --py --sys-prefix widgetsnbextension # can be skippe
7878
conda install -c conda-forge ipywidgets
7979
```
8080

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):
82+
83+
84+
```
85+
jupyter labextension install @jupyter-widgets/jupyterlab-manager
86+
```
87+
8188
See the [Installation](docs/source/user_install.md) section of the documentation for additional details.
8289

8390
### Installing from git

0 commit comments

Comments
 (0)