* Gets the controller for a particular connection * @param connection * @param notebookType
(
connection: KernelConnectionMetadata,
notebookType: typeof JupyterNotebookView | typeof InteractiveWindowView | typeof DEEPNOTE_NOTEBOOK_TYPE
)
| 92 | * @param notebookType |
| 93 | */ |
| 94 | get( |
| 95 | connection: KernelConnectionMetadata, |
| 96 | notebookType: typeof JupyterNotebookView | typeof InteractiveWindowView | typeof DEEPNOTE_NOTEBOOK_TYPE |
| 97 | ): IVSCodeNotebookController | undefined; |
no outgoing calls
no test coverage detected