Skip to content

Commit 39daa70

Browse files
committed
downgrade readme insructions to JupyterLab 0.35
1 parent 289ed89 commit 39daa70

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -91,27 +91,27 @@ For use in the Jupyter Notebook, install the `notebook` and `ipywidgets`
9191
packages using pip...
9292

9393
```
94-
pip install "notebook>=5.3" "ipywidgets>=7.2"
94+
pip install "notebook>=5.3" "ipywidgets==7.4"
9595
```
9696

9797
or conda.
9898

9999
```
100-
conda install "notebook>=5.3" "ipywidgets>=7.2"
100+
conda install "notebook>=5.3" "ipywidgets=7.4"
101101
```
102102

103103
### JupyterLab Support (Python 3.5+)
104104
For use in JupyterLab, install the `jupyterlab` and `ipywidgets`
105105
packages using pip...
106106

107107
```
108-
pip install jupyterlab==1.0 "ipywidgets>=7.2"
108+
pip install jupyterlab==0.35 "ipywidgets==7.4"
109109
```
110110

111111
or conda.
112112

113113
```
114-
conda install jupyterlab=1.0 "ipywidgets>=7.2"
114+
conda install jupyterlab=0.35 "ipywidgets=7.2"
115115
```
116116

117117
Then run the following commands to install the required JupyterLab extensions:
@@ -126,7 +126,7 @@ set NODE_OPTIONS=--max-old-space-size=4096
126126
jupyter labextension install @jupyter-widgets/[email protected] --no-build
127127
128128
# FigureWidget support
129-
jupyter labextension install plotlywidget@1.0.0-alpha.3 --no-build
129+
jupyter labextension install plotlywidget@0.38 --no-build
130130
131131
# and jupyterlab renderer support
132132
jupyter labextension install [email protected] --no-build

0 commit comments

Comments
 (0)