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

Method start

src/kernels/types.ts:412–412  ·  view source on GitHub ↗
(options?: IStartOptions)

Source from the content-addressed store, hash-verified

410 */
411 readonly userStartedKernel: boolean;
412 start(options?: IStartOptions): Promise<IKernelSession>;
413 interrupt(): Promise<void>;
414 restart(): Promise<void>;
415 shutdown(): Promise<void>;

Calls

no outgoing calls

Tested by 2

mainFunction · 0.52
initSuiteFunction · 0.52