Skip to content

v5.0.0b0

Pre-release
Pre-release
Compare
Choose a tag to compare
@krassowski krassowski released this 29 Aug 04:34
· 197 commits to main since this release
98a8794

This is a first 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.0b0 jupyter-lsp==2.2.0

Changes compared to alpha

  • fixed regressions caught by tests (#966)
  • diagnostics panel now reopens on reload (#967)
  • toasts notifications are used for transient notifications (#965)