Skip to content

v3.10.1

Compare
Choose a tag to compare
@krassowski krassowski released this 21 Mar 19:31
· 15 commits to 3.x since this release
1f0d791

This is a bug-fix-only release fixing navigation (jump to) for files with names including special characters which require encoding (like @) and a compatibility fix to make all settings render correctly in the new JupyterLab 3.3 Settings Editor UI; this does not yet include server settings which are work in progress.

To upgrade to this release:

  1. Make sure your JupyterLab version is 3.2.x. or 3.3.x (3.1.x may work but there is no official support)

  2. Update the extension:

    pip install jupyterlab-lsp==3.10.1 jupyter-lsp==1.5.1
    # 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=3.10.1 jupyter-lsp=1.5.1
  3. Note:

  • 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.
  • If you wish to migrate to python-lsp-server (which is encouraged), please start by uninstalling python-language-server and only then install python-lsp-server; you may also need to replace pyls occurrences with pylsp in settings if you modified any.

Changelog of jupyterlab-lsp (3.10.1)

  • bug fixes:
    • fix navigation to files with names including characters which require encoding (#758)
    • fix omissions in the main settings schema for correct rendering in JupyterLab 3.3 Settings Editor UI (#779)
  • maintenance
    • make tests pass with new JupyterLab 3.3 (#777)
    • pin r-base version to fix Binder (#766)
    • pin node-gyp to fix CI on Windows (#772)
    • pin pytest-flake8 to fix CI
    • update development/testing environment dependencies: urijs, typedoc, url-parse

Full Changelog: v3.10.0...v3.10.1