Skip to content

Commit 6d622c9

Browse files
committed
Finalize README versions
1 parent 97794e5 commit 6d622c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
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.1.0rc1
81+
pip install plotly==4.1.0
8282
```
8383

8484
or conda.
8585
```
86-
conda install -c plotly/label/test plotly==4.1.0rc1
86+
conda install -c plotly plotly==4.1.0
8787
```
8888

8989
### Jupyter Notebook Support
@@ -126,10 +126,10 @@ set NODE_OPTIONS=--max-old-space-size=4096
126126
jupyter labextension install @jupyter-widgets/[email protected] --no-build
127127
128128
# FigureWidget support
129-
jupyter labextension install [email protected]-rc.1 --no-build
129+
jupyter labextension install [email protected] --no-build
130130
131131
# and jupyterlab renderer support
132-
jupyter labextension install [email protected]-rc.1 --no-build
132+
jupyter labextension install [email protected] --no-build
133133
134134
# JupyterLab chart editor support (optional)
135135
jupyter labextension install [email protected] --no-build

0 commit comments

Comments
 (0)