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

Method executeCommand

src/notebooks/export/types.ts:27–27  ·  view source on GitHub ↗
(
        sourceDocument: NotebookDocument,
        target: Uri,
        format: ExportFormat,
        interpreter: PythonEnvironment,
        token: CancellationToken
    )

Source from the content-addressed store, hash-verified

25export const IExportBase = Symbol('IExportBase');
26export interface IExportBase {
27 executeCommand(
28 sourceDocument: NotebookDocument,
29 target: Uri,
30 format: ExportFormat,

Callers 15

postActivateLegacyFunction · 0.65
activateLegacyFunction · 0.65
activateLegacyFunction · 0.65
runAllCellsMethod · 0.65
runFocusedCellMethod · 0.65
addCellBelowMethod · 0.65
checkIpykernelAndPromptFunction · 0.65
stopMethod · 0.65
willSendRequestMethod · 0.65
initializeExecuteMethod · 0.65

Implementers 3

ExportBasesrc/notebooks/export/exportBase.node.t
ExportBasesrc/notebooks/export/exportBase.web.ts
MockCommandssrc/test/vscode-mock.ts

Calls

no outgoing calls