Skip to content

v5.0.0b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@krassowski krassowski released this 02 Sep 20:13
· 193 commits to main since this release
86df891

This is a second beta of v5.0.0 providing support for JupyterLab 4.0. There are known upstream bugs in completer, affecting functionality of this extension - you can disable the LSP completer in the settings.

Please report regressions on https://github.com/jupyter-lsp/jupyterlab-lsp/issues.

To test this release:

  1. Make sure your JupyterLab version is 4.0.5 or newer and Python version is 3.8 or newer.

  2. Update the extension:

    pip install jupyterlab-lsp==5.0.0b1 jupyter-lsp==2.2.0

Changes compared to alpha

  • fix highlights conflict with selection
  • fix scrolling to diagnostics and diagnostic rendering in windowed notebook
  • suppress kernel completer in transclusions