-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #224 from krassowski/release/1.0.0
Release v1.0.0 (compatible with JupyterLab 2.0)
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | |
1. install the frontend extension: | ||
|
||
```bash | ||
jupyter labextension install @krassowski/jupyterlab-lsp | ||
jupyter labextension install @krassowski/jupyterlab-lsp # for JupyterLab 2.x | ||
# jupyter labextension install @krassowski/[email protected] # for JupyterLab 1.x | ||
``` | ||
|
||
1. install LSP servers for languages of your choice; for example, for Python | ||
|