v2.0.0
This release requires JupyterLab 2.2.
This release introduces many features and bugfixes, importantly:
- support for SQL:
- autodetection of sql-language-server (note: works best with Node 11+)
- support for ipython-sql magics
- syntax highlighting adopting to the cell magics in IPython notebooks #319
- completer improvements:
- diagnostics can now be ignored (by code or message regexp), or copied from the diagnostics panel (#330)
- several fixes to the rename feature
- UI improvements, and addition of icons for each of the features (#318)
Please see the CHANGELOG.md to see all the added features and bug fixes.
To upgrade to this release:
-
Update JupyterLab to 2.2 version
-
Install/update LSP packages:
pip install jupyter-lsp==0.9.2
jupyter labextension install @krassowski/[email protected]
Overview
Completer improvements
Statusbar improvements
Settings for multiple features added
Diagnostics | Completion |
---|---|
Icons in the context menu
Syntax highlighting in cell magics
before | after |
---|---|