Vscode-jupyter: Can't clear output on a single cell in the Notebook Editor

Created on 19 Apr 2020  路  4Comments  路  Source: microsoft/vscode-jupyter

Issue Type: Feature Request

Now only full erase is allowed. Thanks

Extension version: 2020.3.71659
VS Code version: Code 1.44.2 (ff915844119ce9485abfe8aa9076ec76b5300ddd, 2020-04-16T17:07:18.473Z)
OS version: Darwin x64 19.4.0

enhancement vscode-notebook

Most helpful comment

A little trick to deal with this problem is to comment your code using # and then run it, the cell is reset and the output disappears.

All 4 comments

Thanks for your feedback @TheOrangeJuice. We'll discuss this feature in our next triage.

(I edited the bug title to make it a bit clearer.)

Thanks for your feedback. This issue will likely be addressed once VS Code adds native support for editing notebooks. Please see https://github.com/microsoft/vscode/issues/91987.

We may need to do work to enable deleting the backing data for an output and possibly provide the button.

A little trick to deal with this problem is to comment your code using # and then run it, the cell is reset and the output disappears.

Was this page helpful?
0 / 5 - 0 ratings