We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1089fb8 commit 96a6023Copy full SHA for 96a6023
client/src/components/notebook/Controller.ts
@@ -60,6 +60,7 @@ export class NotebookController {
60
const execution = this._controller.createNotebookCellExecution(cell);
61
execution.executionOrder = ++this._executionOrder;
62
execution.start(Date.now()); // Keep track of elapsed time to execute cell.
63
+ execution.clearOutput();
64
65
const session = getSession();
66
session.onExecutionLogFn = (logLines) => {
0 commit comments