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

Method exec

src/kernels/jupyter/types.node.ts:12–12  ·  view source on GitHub ↗
(args: string[], options: SpawnOptions)

Source from the content-addressed store, hash-verified

10export interface IJupyterCommand {
11 interpreter(): Promise<PythonEnvironment | undefined>;
12 exec(args: string[], options: SpawnOptions): Promise<ExecutionResult<string>>;
13}
14
15export const IJupyterCommandFactory = Symbol('IJupyterCommandFactory');

Callers 15

validateStrictDateMethod · 0.65
isExportFailedMethod · 0.65
lookForImportsMethod · 0.65
getIPConnectionInfoFunction · 0.65
getConnectionInfoFunction · 0.65
getWordAtPosFastFunction · 0.65
getWordAtPosSlowFunction · 0.65
getWordAtTextFunction · 0.65
regExpLeadsToEndlessLoopFunction · 0.65

Implementers 1

InterpreterJupyterCommandsrc/kernels/jupyter/interpreter/jupyte

Calls

no outgoing calls

Tested by 1