Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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>;
Callers
15
main
Function · 0.65
convertContextToFunction
Method · 0.65
wrapKernelMethodImpl
Method · 0.65
remoteKernelReconnectBusyIndicator.unit.test.ts
File · 0.65
initialize
Method · 0.65
executeQueuedCells
Method · 0.65
kernelConnector.unit.test.ts
File · 0.65
tryApplyOutputsViaExecution
Method · 0.65
executeCommand
Method · 0.65
createReferencedObject
Method · 0.65
smokeTest.node.ts
File · 0.65
executionService.vscode.test.ts
File · 0.65
Calls
no outgoing calls
Tested by
2
main
Function · 0.52
initSuite
Function · 0.52