UNPKG

@krassowski/jupyterlab-lsp

Version:

Language Server Protocol integration for JupyterLab

5 lines (4 loc) 259 B
import { JupyterFrontEndPlugin } from '@jupyterlab/application'; import { CommandEntryPoint } from '../../command_manager'; export declare const CellContextMenuEntryPoint: CommandEntryPoint; export declare const NOTEBOOK_ADAPTER: JupyterFrontEndPlugin<void>;