UNPKG

@jupyter-lsp/code-jumpers

Version:

Implementation underlying the jump to definition functionality in JupyterLab-LSP

7 lines (6 loc) 202 B
import { Notebook } from '@jupyterlab/notebook'; /** * Ensure that the notebook has proper focus. */ declare function _ensureFocus(notebook: Notebook, force?: boolean): void; export { _ensureFocus };