Skip to content

Commit c9c0c6e

Browse files
committed
Update README to version 4.2.0
1 parent b5f2043 commit c9c0c6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
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.1
81+
pip install plotly==4.2.0
8282
```
8383

8484
or conda.
8585
```
86-
conda install -c plotly plotly==4.1.1
86+
conda install -c plotly plotly=4.2.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 plotlywidget@1.1.1 --no-build
129+
jupyter labextension install plotlywidget@1.2.0 --no-build
130130
131131
# and jupyterlab renderer support
132-
jupyter labextension install jupyterlab-plotly@1.1.2 --no-build
132+
jupyter labextension install jupyterlab-plotly@1.2.0 --no-build
133133
134134
# JupyterLab chart editor support (optional)
135135
jupyter labextension install [email protected] --no-build

0 commit comments

Comments
 (0)