File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -204,13 +204,13 @@ The `chart-studio` package can be used to upload plotly figures to Plotly's Char
204
204
Studio Cloud or On-Prem service. This package can be installed using pip...
205
205
206
206
```
207
- pip install chart-studio==1.0 .0
207
+ pip install chart-studio==1.1 .0
208
208
```
209
209
210
210
or conda
211
211
212
212
```
213
- conda install -c plotly chart-studio=1.0 .0
213
+ conda install -c plotly chart-studio=1.1 .0
214
214
```
215
215
216
216
## Migration
Original file line number Diff line number Diff line change @@ -248,13 +248,13 @@ The `chart-studio` package can be used to upload plotly figures to Plotly's Char
248
248
Studio Cloud or On-Prem services. This package can be installed using pip...
249
249
250
250
```
251
- $ pip install chart-studio==1.0 .0
251
+ $ pip install chart-studio==1.1 .0
252
252
```
253
253
254
254
or conda.
255
255
256
256
```
257
- $ conda install -c plotly chart-studio=1.0 .0
257
+ $ conda install -c plotly chart-studio=1.1 .0
258
258
```
259
259
260
260
> ** 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.
You can’t perform that action at this time.
0 commit comments