Skip to content

Commit 37570f6

Browse files
committedNov 12, 2019
more versions
1 parent c8ef7aa commit 37570f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎python/getting-started.md

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

109109
```
110-
$ pip install jupyterlab==1.0 "ipywidgets>=7.5"
110+
$ pip install jupyterlab==1.2 "ipywidgets>=7.5"
111111
```
112112

113113
or conda.
114114

115115
```
116-
$ conda install jupyterlab=1.0 "ipywidgets>=7.5"
116+
$ conda install jupyterlab=1.2 "ipywidgets>=7.5"
117117
```
118118

119119
Then run the following commands to install the required JupyterLab extensions (note that this will require [`node`](https://nodejs.org/) to be installed):
@@ -126,7 +126,7 @@ export NODE_OPTIONS=--max-old-space-size=4096
126126
set NODE_OPTIONS=--max-old-space-size=4096
127127
128128
# Jupyter widgets extension
129-
jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.0 --no-build
129+
jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.1 --no-build
130130
131131
# jupyterlab renderer support
132132
jupyter labextension install jupyterlab-plotly@1.3.0 --no-build

0 commit comments

Comments
 (0)
Failed to load comments.