File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
## CHANGELOG
2
2
3
- ### ` @krassowski/jupyterlab-lsp 1.0.0 ` (unreleased )
3
+ ### ` @krassowski/jupyterlab-lsp 1.0.0 ` (2020-03-14 )
4
4
5
5
- features
6
6
7
7
- supports JupyterLab 2.0
8
8
9
- ### ` @krassowski/jupyterlab_go_to_definition 1.0.0 ` (unreleased )
9
+ ### ` @krassowski/jupyterlab_go_to_definition 1.0.0 ` (2020-03-14 )
10
10
11
11
- features
12
12
Original file line number Diff line number Diff line change @@ -125,7 +125,8 @@ Use of a python `virtualenv` or a conda env is also recommended.
125
125
1 . install the frontend extension:
126
126
127
127
``` bash
128
- jupyter labextension install @krassowski/jupyterlab-lsp
128
+ jupyter labextension install @krassowski/jupyterlab-lsp # for JupyterLab 2.x
129
+ # jupyter labextension install @krassowski/[email protected] # for JupyterLab 1.x
129
130
```
130
131
131
132
1 . install LSP servers for languages of your choice; for example, for Python
You can’t perform that action at this time.
0 commit comments