v3.10.2
This is a bug-fix-only release with improvements to completer and websocket URL.
To upgrade to this release:
-
Make sure your JupyterLab version is 3.2.x. or 3.3.x (3.1.x may work but there is no official support)
-
Update the extension:
pip install jupyterlab-lsp==3.10.2 jupyter-lsp==1.5.1 # or, for conda: # > Please note that conda packages may take a day or two since release before becoming available! # conda install -c conda-forge jupyterlab-lsp=3.10.2 jupyter-lsp=1.5.1
-
Note:
- If installing this extension for the first time, please read the full installation instructions as language servers of your choice need to be installed too, and additional configuration can make your experience smoother.
- If you wish to use
jedi-language-server
orpython-lsp-server
, please make sure to upgrade IPython to 7.20 or newer. - If you wish to migrate to
python-lsp-server
(which is encouraged), please start by uninstallingpython-language-server
and only then installpython-lsp-server
; you may also need to replacepyls
occurrences withpylsp
in settings if you modified any.
Changelog of jupyterlab-lsp
(3.10.2
)
- bug fixes
- maintenance:
Full Changelog: v3.10.1...v3.10.2