MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / get

Method get

src/notebooks/controllers/types.ts:94–94  ·  view source on GitHub ↗

* Gets the controller for a particular connection * @param connection * @param notebookType

(
        connection: KernelConnectionMetadata,
        notebookType: typeof JupyterNotebookView | typeof InteractiveWindowView | typeof DEEPNOTE_NOTEBOOK_TYPE
    )

Source from the content-addressed store, hash-verified

92 * @param notebookType
93 */
94 get(
95 connection: KernelConnectionMetadata,
96 notebookType: typeof JupyterNotebookView | typeof InteractiveWindowView | typeof DEEPNOTE_NOTEBOOK_TYPE
97 ): IVSCodeNotebookController | undefined;

Callers 15

getPythonEnvironmentMethod · 0.65
interruptKernelMethod · 0.65
restartKernelImplMethod · 0.65
restartKernelMethod · 0.65
wrapKernelMethodMethod · 0.65
switchControllerMethod · 0.65
handleKernelErrorMethod · 0.65
getKernelInfoMethod · 0.65
deleteKernelInfoMethod · 0.65

Implementers 1

ControllerRegistrationsrc/notebooks/controllers/controllerRe

Calls

no outgoing calls

Tested by

no test coverage detected