* Get hold of the active kernel for a given notebook document.
(uriOrNotebook: Uri | NotebookDocument)
| 551 | * Get hold of the active kernel for a given notebook document. |
| 552 | */ |
| 553 | get(uriOrNotebook: Uri | NotebookDocument): IKernel | undefined; |
| 554 | /** |
| 555 | * Get hold of the active kernel for a given Kernel Id. |
| 556 | */ |
no outgoing calls