-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Settings for controlling if outputs should be saved to disk #4670
Comments
Thanks for the recommendation! |
Have received significant amount of feedback from users who are using the native notebooks diffing experience. I asked if using the "Clear all outputs" button in the global notebook toolbar would suffice for them but users mentioned not remembering that was up there and that they would like to be able to do it in one action not two. One user specifically called out the following extension: |
I'm filing an issue in VS Code for discussion (moving this feature to VS Code) microsoft/vscode#124551 |
Can we not simply clear the cell outputs before saving the notebook? both commands are available, they just need to run in a sequence. |
Dupe of microsoft/vscode#131944 |
Maybe there is already an issue tracking this but I didn't find through search. It would be great if Jupyter has a setting to control if outputs should be transient or not. When set to true, Jupyter content provider can set outputs as transient so outputs change won't make the document dirty.
The text was updated successfully, but these errors were encountered: