Skip to content

Commit 925ca05

Browse files
Apply suggestions from code review
Co-authored-by: Michał Krassowski <[email protected]>
1 parent ec15542 commit 925ca05

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/Installation.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@
9898
"\n",
9999
"```bash\n",
100100
"conda create -c conda-forge -n lsp 'python >=3.7,<3.8' 'jupyterlab={JUPYTERLAB_VERSION}' 'nodejs>10' 'jupyter-lsp-python={JUPYTER_LSP_VERSION}'\n",
101-
"# Also consider: jupyter-lsp-r [*]\n",
101+
"# jupyter-lsp-python includes both the server extension (jupyter-lsp) and pyls third-party server (python-language-server)\n",
102+
"# if you swap it with another pre-made bundle, jupyter-lsp-r, you will get the server extension and r-languageserver;\n",
103+
"# alternatively, use jupyter-lsp and manually install a language server of your choice (see the table below).\n",
102104
"conda activate lsp\n",
103105
"jupyter labextension install '@krassowski/jupyterlab-lsp@{JUPYTERLAB_LSP_VERSION}'\n",
104106
"```\n",
@@ -311,4 +313,4 @@
311313
},
312314
"nbformat": 4,
313315
"nbformat_minor": 4
314-
}
316+
}

0 commit comments

Comments
 (0)