Skip to content

Commit 7a0e107

Browse files
authored
Update README.md
1 parent 0b99dc7 commit 7a0e107

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,13 @@ Examples below are for Python, but it works as well for R:
3939

4040
when a kernel is available the suggestions from the kernel (such as keys of a dict and columns of a DataFrame autocompletion) are merged with the suggestions from LSP (currently only in notebook).
4141

42+
New in 0.5.0 (currently RC - please help testing if you can):
43+
- multiple LSP connections per notebook, e.g. SQL or R (using rpy2) embedded in Python notebook [(example)](https://github.com/krassowski/jupyterlab-lsp/blob/master/examples/Magics_and_rpy2.ipynb).
44+
4245
### Coming soon:
4346

44-
- multiple LSP connections per notebook, e.g. SQL or R (using rpy2) embedded in Python notebook.
4547
- autocompleter with documentation and sorting based on LSP suggestions
46-
- unit tests
48+
- more unit tests
4749
- system of settings, including options:
4850
- to enable aggressive autocompletion (like in hinterland)
4951
- to change the verbosity of signature hints (whether to show documentation, number of lines to be shown)
@@ -137,6 +139,14 @@ To update already installed extension:
137139
jupyter labextension update @krassowski/jupyterlab-lsp
138140
```
139141

142+
#### Getting the latest alpha/beta/RC version
143+
144+
Use install command (update does not seem to work) appending `@version` to the extension name, like this:
145+
146+
```bash
147+
jupyter labextension install @krassowski/[email protected]
148+
```
149+
140150
## Development
141151

142152
For a development install (requires npm version 4 or later), do the following in the repository directory:

0 commit comments

Comments
 (0)