Skip to content

Commit fe7a5d5

Browse files
fix chart-studio version
1 parent b409770 commit fe7a5d5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -204,13 +204,13 @@ The `chart-studio` package can be used to upload plotly figures to Plotly's Char
204204
Studio Cloud or On-Prem service. This package can be installed using pip...
205205

206206
```
207-
pip install chart-studio==1.0.0
207+
pip install chart-studio==1.1.0
208208
```
209209

210210
or conda
211211

212212
```
213-
conda install -c plotly chart-studio=1.0.0
213+
conda install -c plotly chart-studio=1.1.0
214214
```
215215

216216
## Migration

Diff for: doc/python/getting-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -248,13 +248,13 @@ The `chart-studio` package can be used to upload plotly figures to Plotly's Char
248248
Studio Cloud or On-Prem services. This package can be installed using pip...
249249

250250
```
251-
$ pip install chart-studio==1.0.0
251+
$ pip install chart-studio==1.1.0
252252
```
253253

254254
or conda.
255255

256256
```
257-
$ conda install -c plotly chart-studio=1.0.0
257+
$ conda install -c plotly chart-studio=1.1.0
258258
```
259259

260260
> **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

Comments
 (0)