Skip to content

v2.1.3

Compare
Choose a tag to compare
@krassowski krassowski released this 01 Feb 22:33
· 5 commits to 2.x since this release
7131273

This is a bugfix-only release for the older version of JupyterLab 2.2.x. We recommend upgrading to JupyterLab 3.0.x and extension 3.x to benefit from the improvements made in the 3.x releases. Many thanks to @jtpio for backporting the changes and driving this release.

To upgrade to this release:

  1. Make sure your JupyterLab version is 2.2 (for JupyterLab 3.0 please use the never extension versioned 3.x)

  2. Install/update LSP packages:

pip install jupyter-lsp==0.9.3
jupyter labextension install @krassowski/[email protected]

Changelog:

bug fixes:

  • backport: connection manager now properly keeps track of notebooks when multiple notebooks are open (#474, #486)
  • backport: notebook (and diagnostics panel) state is now properly updated after rename or kernel restart (#499)