Skip to content

Commit 69295ce

Browse files
committed
Update installation instruuctions
1 parent 3cfe5ac commit 69295ce

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +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):
81+
- Install the front-end extension to JupyterLab (note that this requires nodejs to be installed):
8282

83+
* For JupyterLab 1.0.x and 1.1.x, use `jupyter labextension install @jupyter-widgets/[email protected]`
84+
* For JupyterLab 1.2.x, use `jupyter labextension install @jupyter-widgets/[email protected]`
85+
* For JupyterLab 2.x, use `jupyter labextension install @jupyter-widgets/[email protected]`
8386

84-
```
85-
jupyter labextension install @jupyter-widgets/jupyterlab-manager
86-
```
87-
88-
See the [Installation](docs/source/user_install.md) section of the documentation for additional details.
87+
See the [Installation](docs/source/user_install.md) section of the documentation for additional details.
8988

9089
### Installing from git
9190

packages/jupyterlab-manager/README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,10 @@ jupyter labextension install @jupyter-widgets/jupyterlab-manager
2020
Use the appropriate command from the following list to install a compatible
2121
JupyterLab extension.
2222

23-
* For JupyterLab 0.30, use `jupyter labextension install @jupyter-widgets/[email protected]`
24-
* For JupyterLab 0.31rc1, use `jupyter labextension install @jupyter-widgets/[email protected]`
25-
* For JupyterLab 0.31rc2, use `jupyter labextension install @jupyter-widgets/[email protected]`
26-
* For JupyterLab 0.31.x, use `jupyter labextension install @jupyter-widgets/[email protected]`
27-
* For JupyterLab 0.32.x, use `jupyter labextension install @jupyter-widgets/[email protected]`
28-
* For JupyterLab 0.33.x, use `jupyter labextension install @jupyter-widgets/[email protected]`
29-
* For JupyterLab 0.34.x, use `jupyter labextension install @jupyter-widgets/[email protected]`
30-
* For JupyterLab 0.35.x, use `jupyter labextension install @jupyter-widgets/[email protected]`
3123
* For JupyterLab 1.0.x and 1.1.x, use `jupyter labextension install @jupyter-widgets/[email protected]`
3224
* For JupyterLab 1.2.x, use `jupyter labextension install @jupyter-widgets/[email protected]`
3325
* For JupyterLab 2.x, use `jupyter labextension install @jupyter-widgets/[email protected]`
3426

35-
3627
Source Build
3728
------------
3829

@@ -50,4 +41,4 @@ jupyter labextension link .
5041

5142
**Rebuild**
5243

53-
If you want to pull in changes to Jupyter widgets, run `npm run build` at the ipywidgets repo root to update the version of Jupyter widgets in the node_modules directory and rebuild the JupyterLab extension.
44+
If you want to pull in changes to Jupyter widgets, run `npm run build` at the ipywidgets repo root to update the version of Jupyter widgets in the `node_modules` directory and rebuild the JupyterLab extension.

0 commit comments

Comments
 (0)