Skip to content

Commit 42e09c0

Browse files
committed
Update versions in README
1 parent a3ec90d commit 42e09c0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

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

7373
plotly.py may be installed using pip...
7474
```
75-
pip install plotly==4.2.1
75+
pip install plotly==4.3.0
7676
```
7777

7878
or conda.
7979
```
80-
conda install -c plotly plotly=4.2.1
80+
conda install -c plotly plotly=4.3.0
8181
```
8282

8383
### Jupyter Notebook Support
@@ -99,7 +99,7 @@ For use in JupyterLab, install the `jupyterlab` and `ipywidgets`
9999
packages using pip...
100100

101101
```
102-
pip install jupyterlab==1.0 "ipywidgets==7.5"
102+
pip install jupyterlab==1.2 "ipywidgets==7.5"
103103
```
104104

105105
or conda.
@@ -117,13 +117,13 @@ export NODE_OPTIONS=--max-old-space-size=4096
117117
set NODE_OPTIONS=--max-old-space-size=4096
118118
119119
# Jupyter widgets extension
120-
jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.0 --no-build
120+
jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.1 --no-build
121121
122122
# FigureWidget support
123-
jupyter labextension install plotlywidget@1.2.0 --no-build
123+
jupyter labextension install plotlywidget@1.3.0 --no-build
124124
125125
# and jupyterlab renderer support
126-
jupyter labextension install jupyterlab-plotly@1.2.0 --no-build
126+
jupyter labextension install jupyterlab-plotly@1.3.0 --no-build
127127
128128
# Build extensions (must be done to activate extensions since --no-build is used above)
129129
jupyter lab build

0 commit comments

Comments
 (0)