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
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.
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.