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

Method get

src/kernels/types.ts:553–553  ·  view source on GitHub ↗

* Get hold of the active kernel for a given notebook document.

(uriOrNotebook: Uri | NotebookDocument)

Source from the content-addressed store, hash-verified

551 * Get hold of the active kernel for a given notebook document.
552 */
553 get(uriOrNotebook: Uri | NotebookDocument): IKernel | undefined;
554 /**
555 * Get hold of the active kernel for a given Kernel Id.
556 */

Callers 15

envsetFunction · 0.65
jupyter_config_dirFunction · 0.65
jupyter_data_dirFunction · 0.65
jupyter_pathFunction · 0.65
getRunsFunction · 0.65
getArtifactDataFunction · 0.65
getResultsForRunFunction · 0.65
getServerInfo.pyFile · 0.65
postActivateLegacyFunction · 0.65
deactivateFunction · 0.65
activateLegacyFunction · 0.65

Calls

no outgoing calls

Tested by 15

getRunsFunction · 0.52
getArtifactDataFunction · 0.52
getResultsForRunFunction · 0.52
startNewSessionFunction · 0.52
preSwitchFunction · 0.52
hookupKernelSelectedFunction · 0.52
initSuiteFunction · 0.52
testCompletionsFunction · 0.52