|
28 | 28 | "- runs in your browser, as an extension to JupyterLab\n",
|
29 | 29 | "- to install it, you need:\n",
|
30 | 30 | " - `nodejs >8`\n",
|
31 |
| - " - `jupyterlab >=1.1,<2`\n", |
| 31 | + " - `jupyterlab >=2.1,<3`\n", |
32 | 32 | "\n",
|
33 | 33 | "#### Language Servers\n",
|
34 | 34 | "\n",
|
|
55 | 55 | "#### conda (minimal python)\n",
|
56 | 56 | "\n",
|
57 | 57 | "```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", |
59 | 59 | "# Also consider: r-languageserver [*]\n",
|
60 | 60 | "source activate lsp\n",
|
61 | 61 | "python -m pip install 'jupyter-lsp=0.8.0' --no-deps\n",
|
|
95 | 95 | "\n",
|
96 | 96 | "RUN conda install --quiet --yes --freeze-installed \\\n",
|
97 | 97 | " 'python-language-server' \\\n",
|
98 |
| - " 'jupyterlab=2' \\\n", |
| 98 | + " 'jupyterlab=2.1' \\\n", |
99 | 99 | " 'r-languageserver' \\\n",
|
100 | 100 | " && python3 -m pip install --no-cache-dir --no-deps \\\n",
|
101 | 101 | " 'jupyter-lsp=0.8.0' \\\n",
|
|
0 commit comments