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

Function kernels

src/standalone/api/index.ts:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 );
58 },
59 get kernels() {
60 return getKernelsApi(extensions.determineExtensionFromCallStack().extensionId);
61 },
62 // Only for use By Python, hence this is proposed API and can change anytime.
63 // Do not add this to Kernels or other namespaces, as this is only for Python.
64 onDidChangePythonEnvironment: envApi.onDidChangeEnvironment,

Callers

nothing calls this directly

Calls 2

getKernelsApiFunction · 0.90

Tested by

no test coverage detected