@@ -78,40 +78,40 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is
7878
7979plotly.py may be installed using pip...
8080```
81- pip install plotly==4.0.0a8
81+ pip install plotly==4.0.0a9
8282```
8383
8484or 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
9090For use in the Jupyter Notebook, install the ` notebook ` and ` ipywidgets `
9191packages using pip...
9292
9393```
94- pip install "notebook>=5.3" "ipywidgets==7.4 "
94+ pip install "notebook>=5.3" "ipywidgets==7.5 "
9595```
9696
9797or 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+)
104104For use in JupyterLab, install the ` jupyterlab ` and ` ipywidgets `
105105packages 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
111111or 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
117117Then run the following commands to install the required JupyterLab extensions:
@@ -123,10 +123,10 @@ export NODE_OPTIONS=--max-old-space-size=4096
123123set NODE_OPTIONS=--max-old-space-size=4096
124124
125125# Jupyter widgets extension
126- jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.0.0-rc.2 --no-build
126+ jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.0.0 --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
132132jupyter labextension install jupyterlab-plotly@1.0.0-alpha.5 --no-build
0 commit comments