UNPKG

@jupyter-lsp/jupyterlab-lsp

Version:

Language Server Protocol integration for JupyterLab

9 lines (8 loc) 397 B
import { JupyterFrontEndPlugin } from '@jupyterlab/application'; /** * Implements extraction of code for ipython-sql, see: * https://github.com/catherinedevlin/ipython-sql. * No dedicated code overrides are provided (but the default IPython * overrides should prevent any syntax errors in the virtual documents) */ export declare const IPYTHON_SQL_TRANSCLUSIONS: JupyterFrontEndPlugin<void>;