@@ -46,12 +46,12 @@ Thanks to deep integration with the [orca](https://github.com/plotly/orca) image
46
46
plotly.py may be installed using pip...
47
47
48
48
```
49
- $ pip install plotly==4.0.0rc1
49
+ $ pip install plotly==4.0.0
50
50
```
51
51
or conda.
52
52
53
53
```
54
- $ conda install -c plotly/label/test plotly=4.0.0rc1
54
+ $ conda install -c plotly plotly=4.0.0
55
55
```
56
56
This package contains everything you need to write figures to standalone HTML files.
57
57
@@ -131,10 +131,10 @@ set NODE_OPTIONS=--max-old-space-size=4096
131
131
jupyter labextension install @jupyter-widgets/[email protected] --no-build
132
132
133
133
# jupyterlab renderer support
134
- jupyter labextension install [email protected] -rc.1 --no-build
134
+ jupyter labextension install [email protected] --no-build
135
135
136
136
# FigureWidget support
137
- jupyter labextension install [email protected] -rc.1 --no-build
137
+ jupyter labextension install [email protected] --no-build
138
138
139
139
# JupyterLab chart editor support (optional)
140
140
jupyter labextension install [email protected] --no-build
@@ -212,13 +212,13 @@ choropleth figure factory is one such example. These shape files are distributed
212
212
separate ` plotly-geo ` package. This package can be installed using pip...
213
213
214
214
```
215
- $ pip install plotly-geo==1.0.0rc1
215
+ $ pip install plotly-geo==1.0.0
216
216
```
217
217
218
218
or conda.
219
219
220
220
```
221
- $ conda install -c plotly/label/test plotly-geo=1.0.0rc1
221
+ $ conda install -c plotly plotly-geo=1.0.0
222
222
```
223
223
224
224
See [ * USA County Choropleth Maps in Python* ] ( https://plot.ly/python/county-choropleth/ ) for more information on the county choropleth figure factory.
@@ -228,13 +228,13 @@ The `chart-studio` package can be used to upload plotly figures to Plotly's Char
228
228
Studio Cloud or On-Prem services. This package can be installed using pip...
229
229
230
230
```
231
- $ pip install chart-studio==1.0.0rc1
231
+ $ pip install chart-studio==1.0.0
232
232
```
233
233
234
234
or conda.
235
235
236
236
```
237
- $ conda install -c plotly/label/test chart-studio=1.0.0rc1
237
+ $ conda install -c plotly chart-studio=1.0.0
238
238
```
239
239
240
240
> ** Note:** This package is optional, and if it is not installed it is not possible for figures to be uploaded to the Chart Studio cloud service.
0 commit comments