@@ -78,12 +78,12 @@ 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.0a9
81+ pip install plotly==4.0.0rc1
8282```
8383
8484or conda.
8585```
86- conda install -c plotly/label/test plotly==4.0.0a9
86+ conda install -c plotly/label/test plotly==4.0.0rc1
8787```
8888
8989### Jupyter Notebook Support
@@ -105,13 +105,13 @@ For use in JupyterLab, install the `jupyterlab` and `ipywidgets`
105105packages using pip...
106106
107107```
108- pip install jupyterlab==1.0.0 "ipywidgets==7.5"
108+ pip install jupyterlab==1.0 "ipywidgets==7.5"
109109```
110110
111111or conda.
112112
113113```
114- conda install -c conda-forge jupyterlab=1.0 .0 "ipywidgets=7.5"
114+ conda install -c defaults -c conda-forge jupyterlab=1.0 "ipywidgets=7.5"
115115```
116116
117117Then run the following commands to install the required JupyterLab extensions:
@@ -123,16 +123,16 @@ 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 --no-build
126+ jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.0 --no-build
127127
128128# FigureWidget support
129- jupyter labextension install plotlywidget@1.0.0-alpha.4 --no-build
129+ jupyter labextension install plotlywidget@1.0.0-rc.1 --no-build
130130
131131# and jupyterlab renderer support
132- jupyter labextension install jupyterlab-plotly@1.0.0-alpha.5 --no-build
132+ jupyter labextension install jupyterlab-plotly@1.0.0-rc.1 --no-build
133133
134134# JupyterLab chart editor support (optional)
135- jupyter labextension install jupyterlab-chart-editor@1.1 --no-build
135+ jupyter labextension install jupyterlab-chart-editor@1.2 --no-build
136136
137137# Build extensions (must be done to activate extensions since --no-build is used above)
138138jupyter lab build
@@ -168,29 +168,31 @@ choropleth figure factory is one such example. These shape files are distributed
168168separate ` plotly-geo ` package. This package can be installed using pip...
169169
170170```
171- pip install plotly-geo==1.0.0a1
171+ pip install plotly-geo==1.0.0rc1
172172```
173173
174174or conda
175175```
176- conda install -c plotly/label/test plotly-geo=1.0.0a1
176+ conda install -c plotly/label/test plotly-geo=1.0.0rc1
177177```
178178
179179### Chart Studio support
180180The ` chart-studio ` package can be used to upload plotly figures to Plotly's Chart
181181Studio Cloud or On-Prem service. This package can be installed using pip...
182182
183183```
184- pip install chart-studio==1.0.0a5
184+ pip install chart-studio==1.0.0rc1
185185```
186186
187187or conda
188188```
189- conda install -c plotly/label/test chart-studio=1.0.0a5
189+ conda install -c plotly/label/test chart-studio=1.0.0rc1
190190```
191191
192192## Migration
193- If you're migrating from plotly.py version 2, please check out the [ migration guide] ( migration-guide.md )
193+ If you're migrating from plotly.py version 3, please check out the [ Version 4 migration guide] ( https://plot.ly/python/next/v4-migration/ )
194+
195+ If you're migrating from plotly.py version 2, please check out the [ Version 3 migration guide] ( migration-guide.md )
194196
195197## Copyright and Licenses
196198Code and documentation copyright 2019 Plotly, Inc.
0 commit comments