Skip to content

Commit eb88ceb

Browse files
committed
Update getting started and requirements.txt to final versions
1 parent 624a8c2 commit eb88ceb

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

python/getting-started.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ Thanks to deep integration with the [orca](https://github.com/plotly/orca) image
4646
plotly.py may be installed using pip...
4747

4848
```
49-
$ pip install plotly==4.0.0rc1
49+
$ pip install plotly==4.0.0
5050
```
5151
or conda.
5252

5353
```
54-
$ conda install -c plotly/label/test plotly=4.0.0rc1
54+
$ conda install -c plotly plotly=4.0.0
5555
```
5656
This package contains everything you need to write figures to standalone HTML files.
5757

@@ -131,10 +131,10 @@ set NODE_OPTIONS=--max-old-space-size=4096
131131
jupyter labextension install @jupyter-widgets/[email protected] --no-build
132132
133133
# jupyterlab renderer support
134-
jupyter labextension install [email protected]-rc.1 --no-build
134+
jupyter labextension install [email protected] --no-build
135135
136136
# FigureWidget support
137-
jupyter labextension install [email protected]-rc.1 --no-build
137+
jupyter labextension install [email protected] --no-build
138138
139139
# JupyterLab chart editor support (optional)
140140
jupyter labextension install [email protected] --no-build
@@ -212,13 +212,13 @@ choropleth figure factory is one such example. These shape files are distributed
212212
separate `plotly-geo` package. This package can be installed using pip...
213213

214214
```
215-
$ pip install plotly-geo==1.0.0rc1
215+
$ pip install plotly-geo==1.0.0
216216
```
217217

218218
or conda.
219219

220220
```
221-
$ conda install -c plotly/label/test plotly-geo=1.0.0rc1
221+
$ conda install -c plotly plotly-geo=1.0.0
222222
```
223223

224224
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
228228
Studio Cloud or On-Prem services. This package can be installed using pip...
229229

230230
```
231-
$ pip install chart-studio==1.0.0rc1
231+
$ pip install chart-studio==1.0.0
232232
```
233233

234234
or conda.
235235

236236
```
237-
$ conda install -c plotly/label/test chart-studio=1.0.0rc1
237+
$ conda install -c plotly chart-studio=1.0.0
238238
```
239239

240240
> **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.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
plotly==4.0.0a9
1+
plotly==4.0.0
22
jupytext==1.1.1
33
jupyter
44
notebook

0 commit comments

Comments
 (0)