v2.0.7
This version improves the support for the hover function:
- fix syntax highlighting in hover tooltips and reduce unnecessary padding and margin
- greatly improve performance of hover action
- improve support for expanded hovers tooltips using deprecated API
- do not hide hover tooltips too eagerly (allowing selecting text/easy scrolling of longer tooltips)
Final look and feel
Dotted underlines are now working again, the performance was greatly improved by eliminating any delays; more information is now displayed if available:
Corrected syntax highlighting
| before | after |
|---|---|
![]() |
![]() |
For more details see #363
To upgrade to this release
-
Make sure your JupyterLab version is 2.2
-
Install/update LSP packages:
pip install jupyter-lsp==0.9.2
jupyter labextension install @krassowski/[email protected]

