File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -69,17 +69,15 @@ Use the context menu option or the <kbd>F2</kbd> shortcut to invoke.
6969
7070Sort and jump between the diagnostics using the diagnostics panel.
7171Open it searching for "Show diagnostics panel" in JupyterLab commands palette or from the context menu.
72+ Use context menu on rows in the panel to filter out diagnostics or copy their message.
7273
7374![ panel] ( https://raw.githubusercontent.com/krassowski/jupyterlab-lsp/master/examples/screenshots/panel.png )
7475
7576## Prerequisites
7677
77- Either :
78+ You will need to have all of the following installed :
7879
7980- JupyterLab >=2.2.0,<3.0.0a0
80-
81- And:
82-
8381- Python 3.5+
8482- nodejs 10+
8583
@@ -104,8 +102,8 @@ Use of a python `virtualenv` or a conda env is also recommended.
104102 pip install ' jupyterlab>=2.2,<3.0.0a0' jupyter-lsp
105103 ```
106104
107- > Note: With conda, you could take advantage of the meta-packages ` jupyter-lsp-python `
108- > or ` jupyter-lsp-r ` to install the language server and the server extension .
105+ > Note: With conda, you could take advantage of the bundles: ` jupyter-lsp-python `
106+ > or ` jupyter-lsp-r ` to install both the server extension and the language server .
109107
1101081 . install ` nodejs `
111109
You can’t perform that action at this time.
0 commit comments