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

Function saveActiveNotebook

src/test/datascience/notebook/helper.ts:1247–1249  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1245}
1246
1247export async function saveActiveNotebook() {
1248 await commands.executeCommand('workbench.action.files.saveAll');
1249}
1250export async function runCell(cell: NotebookCell, waitForExecutionToComplete = false, language = PYTHON_LANGUAGE) {
1251 await initialize();
1252 const notebookEditor = window.visibleNotebookEditors.find((e) => e.notebook === cell.notebook);

Calls 1

executeCommandMethod · 0.65

Tested by 1