Skip to content

Commit 79f966e

Browse files
Update getting-started.md
1 parent 4021682 commit 79f966e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: doc/python/getting-started.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,13 @@ For use in [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/), install t
121121
packages using pip...
122122

123123
```
124-
$ pip install jupyterlab==1.2 "ipywidgets>=7.5"
124+
$ pip install jupyterlab "ipywidgets>=7.5"
125125
```
126126

127127
or conda.
128128

129129
```
130-
$ conda install jupyterlab=1.2
131-
$ conda install "ipywidgets=7.5"
130+
$ conda install jupyterlab "ipywidgets=7.5"
132131
```
133132

134133
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

Comments
 (0)