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: python/getting-started.md
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -44,12 +44,12 @@ Thanks to deep integration with the [orca](https://github.com/plotly/orca) image
44
44
plotly.py may be installed using pip...
45
45
46
46
```
47
-
$ pip install plotly==4.2.1
47
+
$ pip install plotly==4.3.0
48
48
```
49
49
or conda.
50
50
51
51
```
52
-
$ conda install -c plotly plotly=4.2.1
52
+
$ conda install -c plotly plotly=4.3.0
53
53
```
54
54
This package contains everything you need to write figures to standalone HTML files.
55
55
@@ -107,13 +107,14 @@ For use in [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/), install t
107
107
packages using pip...
108
108
109
109
```
110
-
$ pip install jupyterlab==1.0 "ipywidgets>=7.5"
110
+
$ pip install jupyterlab==1.2 "ipywidgets>=7.5"
111
111
```
112
112
113
113
or conda.
114
114
115
115
```
116
-
$ conda install jupyterlab=1.0 "ipywidgets>=7.5"
116
+
$ conda install -c conda-forge jupyterlab=1.2
117
+
$ conda install "ipywidgets=7.5"
117
118
```
118
119
119
120
Then run the following commands to install the required JupyterLab extensions (note that this will require [`node`](https://nodejs.org/) to be installed):
0 commit comments