Skip to content

Commit 289ed89

Browse files
committed
Bump alpha versions
1 parent 156f19b commit 289ed89

File tree

7 files changed

+11
-234
lines changed

7 files changed

+11
-234
lines changed

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is
7878

7979
plotly.py may be installed using pip...
8080
```
81-
pip install plotly==4.0.0a4
81+
pip install plotly==4.0.0a8
8282
```
8383

8484
or conda.
8585
```
86-
conda install -c plotly/label/test plotly==4.0.0a4
86+
conda install -c plotly/label/test plotly==4.0.0a8
8787
```
8888

8989
### Jupyter Notebook Support
@@ -129,7 +129,7 @@ jupyter labextension install @jupyter-widgets/[email protected] --no
129129
jupyter labextension install [email protected] --no-build
130130
131131
# and jupyterlab renderer support
132-
jupyter labextension install [email protected].3 --no-build
132+
jupyter labextension install [email protected].5 --no-build
133133
134134
# JupyterLab chart editor support (optional)
135135
jupyter labextension install [email protected] --no-build
@@ -181,12 +181,12 @@ The `chart-studio` package can be used to upload plotly figures to Plotly's Char
181181
Studio Cloud or On-Prem service. This package can be installed using pip...
182182

183183
```
184-
pip install chart-studio==1.0.0a4
184+
pip install chart-studio==1.0.0a5
185185
```
186186

187187
or conda
188188
```
189-
conda install -c plotly/label/test chart-studio=1.0.0a4
189+
conda install -c plotly/label/test chart-studio=1.0.0a5
190190
```
191191

192192
## Migration

0 commit comments

Comments
 (0)