You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@
33
33
34
34
## Quickstart
35
35
36
-
`pip install plotly==4.9.0`
36
+
`pip install plotly==4.10.0`
37
37
38
38
Inside [Jupyter notebook](https://jupyter.org/install) (installable with `pip install "notebook>=5.3" "ipywidgets>=7.2"`):
39
39
@@ -82,13 +82,13 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is
82
82
plotly.py may be installed using pip...
83
83
84
84
```
85
-
pip install plotly==4.9.0
85
+
pip install plotly==4.10.0
86
86
```
87
87
88
88
or conda.
89
89
90
90
```
91
-
conda install -c plotly plotly=4.9.0
91
+
conda install -c plotly plotly=4.10.0
92
92
```
93
93
94
94
### Jupyter Notebook Support
@@ -125,10 +125,10 @@ Then run the following commands to install the required JupyterLab extensions (n
Please check out our [Troubleshooting guide](https://plotly.com/python/troubleshooting/) if you run into any problems with JupyterLab.
0 commit comments