-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Notebook: executing cells turns editor dirty? #96403
Comments
Yeah, that's something we need to look at. Notebooks can and often do save the output (we have decided against that for issues notebooks) but currently notebook extensions cannot control that, it's the UI that does this (and it shouldn't). For instance, an issues notebook shouldnt become dirty when running but for instance it should become dirty when lock/unlock a cell (since that's saved to disk) |
What worries me more is that my input seems to get lost a lot. Is the cell input not saved into the file? |
The input should always be saved! Internally, all cells are collected and then |
@rebornix Is this still the core or did you move this already to the extension side? My plan is
|
I have pushed a change that propagates |
closed via 99fa777 |
Refs: #96279
I executed the notebook and wasn't sure why this turns the document dirty? We are surely not writing the results into the file are we?
The text was updated successfully, but these errors were encountered: