Skip to content

v5.0.0rc1

Compare
Choose a tag to compare
@krassowski krassowski released this 01 Oct 12:00
· 135 commits to main since this release
7679546

This is the second release candidate of v5.0.0, providing support for JupyterLab 4.0. There are no know major bugs at this point - if you see any issues, please report on https://github.com/jupyter-lsp/jupyterlab-lsp/issues. A final release is expected in the upcoming week.

To test this release:

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

  2. Update the extension:

    pip install jupyterlab-lsp==5.0.0rc1 jupyter-lsp==2.2.0 jupyterlab==4.0.6

Changes compared to last 5.0.0rc0

  • restored re-use of standalone virtual documents for transculsions

Requires JupyterLab >=4.0.6,<5.0.0a0