UNPKG

@jupyter-lsp/jupyterlab-lsp

Version:

Language Server Protocol integration for JupyterLab

7 lines (6 loc) 288 B
import { JupyterFrontEndPlugin } from '@jupyterlab/application'; /** * Implements extraction of code for IPython Magics for BigQuery, see: * https://googleapis.dev/python/bigquery/latest/magics.html. */ export declare const IPYTHON_BIGQUERY_TRANSCLUSIONS: JupyterFrontEndPlugin<void>;