Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepnote/vscode-deepnote
/ getKernelExecution
Method
getKernelExecution
src/kernels/types.ts:563–563 ·
view source on GitHub ↗
(kernel: IKernel)
Source
from the content-addressed store, hash-verified
561
*/
562
getOrCreate(notebook: NotebookDocument, options: KernelOptions): IKernel;
563
getKernelExecution(kernel: IKernel): INotebookKernelExecution;
564
}
565
566
/**
Callers
15
resolveRemotePythonEnvironment
Method · 0.80
wrapKernelMethod
Method · 0.80
checkForIpykernel6
Function · 0.80
getVariables
Method · 0.80
doCreateDebugAdapterDescriptor
Method · 0.80
restoreConnection
Method · 0.80
executeQueuedCells
Method · 0.80
deepnoteKernelAutoSelector.node.unit.test.ts
File · 0.80
rebuildController
Method · 0.80
createPlaceholderController
Method · 0.80
executeInitNotebookImpl
Method · 0.80
provideVariables
Method · 0.80
Calls
no outgoing calls
Tested by
1
initSuite
Function · 0.64