Skip to content

Commit 5f4fd88

Browse files
authored
Update the JupyterLab version in the docs
1 parent e38440e commit 5f4fd88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Installation.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"- runs in your browser, as an extension to JupyterLab\n",
2929
"- to install it, you need:\n",
3030
" - `nodejs >8`\n",
31-
" - `jupyterlab >=1.1,<2`\n",
31+
" - `jupyterlab >=2.1,<3`\n",
3232
"\n",
3333
"#### Language Servers\n",
3434
"\n",
@@ -55,7 +55,7 @@
5555
"#### conda (minimal python)\n",
5656
"\n",
5757
"```bash\n",
58-
"conda create -c conda-forge -n lsp 'python >=3.7,<3.8' 'jupyterlab=1.2' 'nodejs>8' python-language-server\n",
58+
"conda create -c conda-forge -n lsp 'python >=3.7,<3.8' 'jupyterlab=2.1' 'nodejs>8' python-language-server\n",
5959
"# Also consider: r-languageserver [*]\n",
6060
"source activate lsp\n",
6161
"python -m pip install 'jupyter-lsp=0.8.0' --no-deps\n",
@@ -95,7 +95,7 @@
9595
"\n",
9696
"RUN conda install --quiet --yes --freeze-installed \\\n",
9797
" 'python-language-server' \\\n",
98-
" 'jupyterlab=2' \\\n",
98+
" 'jupyterlab=2.1' \\\n",
9999
" 'r-languageserver' \\\n",
100100
" && python3 -m pip install --no-cache-dir --no-deps \\\n",
101101
" 'jupyter-lsp=0.8.0' \\\n",

0 commit comments

Comments
 (0)