* Gets or creates a kernel for a given Notebook. * WARNING: If called with different options for same Notebook, old kernel associated with the Uri will be disposed.
(notebook: NotebookDocument, options: KernelOptions)
| 560 | * WARNING: If called with different options for same Notebook, old kernel associated with the Uri will be disposed. |
| 561 | */ |
| 562 | getOrCreate(notebook: NotebookDocument, options: KernelOptions): IKernel; |
| 563 | getKernelExecution(kernel: IKernel): INotebookKernelExecution; |
| 564 | } |
| 565 |
no outgoing calls