Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepnote/vscode-deepnote
/ shutdown
Method
shutdown
src/kernels/types.ts:415–415 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
413
interrupt(): Promise<void>;
414
restart(): Promise<void>;
415
shutdown(): Promise<void>;
416
addHook(
417
event:
'didStart'
,
418
hook: (session: IKernelSession | undefined, token: CancellationToken) => Promise<void>,
Callers
15
kernel.unit.test.ts
File · 0.65
shutdown
Method · 0.65
shutdown
Function · 0.65
create
Method · 0.65
createJupyterSession
Function · 0.65
jupyterSession.unit.test.ts
File · 0.65
shutdownImplementation
Method · 0.65
createSession
Function · 0.65
shutdown
Method · 0.65
start
Method · 0.65
shutdown
Method · 0.65
rawJupyterSession.node.unit.test.ts
File · 0.65
Calls
no outgoing calls
Tested by
2
createJupyterSession
Function · 0.52
createSession
Function · 0.52