Skip to content

v5.2.0

Compare
Choose a tag to compare
@krassowski krassowski released this 18 Jul 21:39
· 6 commits to main since this release
eb44f58

To upgrade to this release:

  1. Make sure your JupyterLab version is 4.1.0 or newer and Python version is 3.9 or newer.
  2. Update the extension:
    pip install jupyterlab-lsp==5.2.0 jupyter-lsp==2.2.6 '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.2.0 jupyter-lsp=2.2.6 '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

@jupyter-lsp/jupyterlab-lsp 5.2.0
  • enhancements:

    • allow to disable LSP toolbar item in Notebook view (#1139)
  • bug fixes:

    • fixed jump to definition for notebooks that have special characters in filename and position for external jumps (#1128)
  • maintenance:

    • fixed tests, all green now!
    • we are no longer testing against pypy - contributions to restore it welcome!
jupyter-lsp 2.2.6
  • bug fixes:
    • fix for potential data loss on invalid JP_LSP_VIRTUAL_DIR (#1140)