Skip to content

Commit fbf7c15

Browse files
committed
Update readme instructions to JupyterLab 1.0.0 and plotlywidget 1.0.0-alpha.4
1 parent 7283012 commit fbf7c15

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -78,40 +78,40 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is
7878

7979
plotly.py may be installed using pip...
8080
```
81-
pip install plotly==4.0.0a8
81+
pip install plotly==4.0.0a9
8282
```
8383

8484
or conda.
8585
```
86-
conda install -c plotly/label/test plotly==4.0.0a8
86+
conda install -c plotly/label/test plotly==4.0.0a9
8787
```
8888

8989
### Jupyter Notebook Support
9090
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.4"
94+
pip install "notebook>=5.3" "ipywidgets==7.5"
9595
```
9696

9797
or conda.
9898

9999
```
100-
conda install "notebook>=5.3" "ipywidgets=7.4"
100+
conda install -c conda-forge "notebook>=5.3" "ipywidgets=7.5"
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==0.35 "ipywidgets==7.4"
108+
pip install jupyterlab==1.0.0 "ipywidgets==7.5"
109109
```
110110

111111
or conda.
112112

113113
```
114-
conda install jupyterlab=0.35 "ipywidgets=7.2"
114+
conda install -c conda-forge jupyterlab=1.0.0 "ipywidgets=7.5"
115115
```
116116

117117
Then run the following commands to install the required JupyterLab extensions:
@@ -123,10 +123,10 @@ export NODE_OPTIONS=--max-old-space-size=4096
123123
set NODE_OPTIONS=--max-old-space-size=4096
124124
125125
# Jupyter widgets extension
126-
jupyter labextension install @jupyter-widgets/[email protected]-rc.2 --no-build
126+
jupyter labextension install @jupyter-widgets/[email protected] --no-build
127127
128128
# FigureWidget support
129-
jupyter labextension install plotlywidget@0.38 --no-build
129+
jupyter labextension install plotlywidget@1.0.0-alpha.4 --no-build
130130
131131
# and jupyterlab renderer support
132132
jupyter labextension install [email protected] --no-build

0 commit comments

Comments
 (0)