Download Latest Version v5.2.0 source code.tar.gz (1.0 MB)
Email in envelope

Get an email when there's a new version of JupyterLab LSP

Home / v5.1.1
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-05-28 1.5 kB
v5.1.1 source code.tar.gz 2025-05-28 1.0 MB
v5.1.1 source code.zip 2025-05-28 1.2 MB
Totals: 3 Items   2.3 MB 0

To upgrade to this release:

  1. Make sure your JupyterLab version is 4.1.0 or newer and Python version is 3.8 or newer.
  2. Update the extension: bash pip install jupyterlab-lsp==5.1.1 jupyter-lsp==2.2.5 'jupyterlab>=4.1.0' # 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=5.1.1 jupyter-lsp=2.2.5 'jupyterlab>=4.1.0'
  3. 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 or python-lsp-server, please make sure to upgrade IPython to 7.20 or newer.

Changelog

jupyterlab-lsp 5.1.1
  • bug fixes:

  • don't look at editor under the mouse on mouse motion when the widget adapter is not connected (#1113)

  • fix auto-completer to trigger only on trigger characters, not on every character (#1117)

  • maintenance:

  • dropped Python 3.8 and Node 18, added newer version to testing matrix
Source: README.md, updated 2025-05-28