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
+3-3
Original file line number
Diff line number
Diff line change
@@ -107,13 +107,13 @@ 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 jupyterlab=1.2 "ipywidgets>=7.5"
117
117
```
118
118
119
119
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