v5.0.0rc1
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:
-
Make sure your JupyterLab version is 4.0.6 or newer and Python version is 3.8 or newer.
-
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