Skip to content

Commit 344fc7f

Browse files
authored
Update README.md
1 parent 1c2b79b commit 344fc7f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,15 @@ Use the context menu option or the <kbd>F2</kbd> shortcut to invoke.
6969

7070
Sort and jump between the diagnostics using the diagnostics panel.
7171
Open 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
110108
1. install `nodejs`
111109

0 commit comments

Comments
 (0)