Skip to content

Commit 2602dbe

Browse files
committed
Simplify README for 8.0
Remove JupyterLab install instructions since jupyterlab_widgets is automatically installed now.
1 parent 04d4217 commit 2602dbe

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -69,32 +69,18 @@ Examples of custom widget libraries built upon ipywidgets are
6969
The stable version of ipywidgets can be installed with [pip](#with-pip) or [conda](#with-conda).
7070
If using JupyterLab, review the [Front-end extension for JupyterLab](#front-end-extension-for-jupyterlab) section.
7171

72-
### With pip
72+
With pip:
7373

7474
```sh
7575
pip install ipywidgets
76-
# Skip the next step if using JupyterLab or Classic notebook version 5.3 and above
77-
jupyter nbextension enable --py --sys-prefix widgetsnbextension
7876
```
7977

80-
### With conda
78+
With conda:
8179

8280
```sh
8381
conda install -c conda-forge ipywidgets
8482
```
8583

86-
### Front-end extension for JupyterLab
87-
88-
Install the front-end extension to JupyterLab (note that this requires nodejs
89-
to be installed):
90-
91-
- For JupyterLab 1.0.x and 1.1.x, use `jupyter labextension install @jupyter-widgets/[email protected]`
92-
- For JupyterLab 1.2.x, use `jupyter labextension install @jupyter-widgets/[email protected]`
93-
- For JupyterLab 2.x, use `jupyter labextension install @jupyter-widgets/[email protected]`
94-
95-
See the [Installation](docs/source/user_install.md) section of the documentation
96-
for additional details.
97-
9884
### Developer install from source
9985

10086
Installing from source is more complicated and requires a developer install,

0 commit comments

Comments
 (0)