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

Interface IKernelSessionFactory

src/kernels/types.ts:743–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741
742export const IKernelSessionFactory = Symbol('IKernelSessionFactory');
743export interface IKernelSessionFactory {
744 /**
745 * Creates a notebook.
746 */
747 create(options: KernelSessionCreationOptions): Promise<IKernelSession>;
748}
749
750export interface IKernelSocket {
751 /**

Implementers 15

JupyterKernelSessionFactorysrc/kernels/jupyter/session/jupyterKer
KernelSessionFactorysrc/kernels/common/kernelSessionFactor
VSCodeNotebookControllersrc/notebooks/controllers/vscodeNotebo
IPyWidgetMessageDispatcherFactorysrc/notebooks/controllers/ipywidgets/m
ControllerDefaultServicesrc/test/datascience/notebook/controll
ControllerPreferredServicesrc/test/datascience/notebook/controll
PythonKernelConnectionMetadatasrc/kernels/types.ts
JupyterLabHelpersrc/kernels/jupyter/session/jupyterLab
RawKernelSessionFactorysrc/kernels/raw/session/rawKernelSessi

Calls

no outgoing calls

Tested by

no test coverage detected