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.
69
69
70
70
Sort and jump between the diagnostics using the diagnostics panel.
71
71
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.
72
73
73
74
![ panel] ( https://raw.githubusercontent.com/krassowski/jupyterlab-lsp/master/examples/screenshots/panel.png )
74
75
75
76
## Prerequisites
76
77
77
- Either :
78
+ You will need to have all of the following installed :
78
79
79
80
- JupyterLab >=2.2.0,<3.0.0a0
80
-
81
- And:
82
-
83
81
- Python 3.5+
84
82
- nodejs 10+
85
83
@@ -104,8 +102,8 @@ Use of a python `virtualenv` or a conda env is also recommended.
104
102
pip install ' jupyterlab>=2.2,<3.0.0a0' jupyter-lsp
105
103
```
106
104
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 .
109
107
110
108
1 . install ` nodejs `
111
109
You can’t perform that action at this time.
0 commit comments