Skip to content

Commit

Permalink
Merge pull request #224 from krassowski/release/1.0.0
Browse files Browse the repository at this point in the history
Release v1.0.0 (compatible with JupyterLab 2.0)
  • Loading branch information
krassowski authored Mar 14, 2020
2 parents 77d9357 + d55d654 commit 8d4f792
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## CHANGELOG

### `@krassowski/jupyterlab-lsp 1.0.0` (unreleased)
### `@krassowski/jupyterlab-lsp 1.0.0` (2020-03-14)

- features

- supports JupyterLab 2.0

### `@krassowski/jupyterlab_go_to_definition 1.0.0` (unreleased)
### `@krassowski/jupyterlab_go_to_definition 1.0.0` (2020-03-14)

- features

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/jupyterlab-lsp@0.8.0 # for JupyterLab 1.x
```

1. install LSP servers for languages of your choice; for example, for Python
Expand Down

0 comments on commit 8d4f792

Please sign in to comment.