You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow saving of code in a notebook, without also saving the output or having to clear the output first.
Description
Currently, Jupyter notebooks save the output from functions to the main file, which causes large git diffs. Instead, would there be a way to allow for saving of just the code from the editor - without having to clear all of the output first from within the editor. This is to make it easier to make small commits during development, without having to rerun every cell each time.
Feature: Notebook Editor, Interactive Window, Python Editor cells
Allow saving of code in a notebook, without also saving the output or having to clear the output first.
Description
Currently, Jupyter notebooks save the output from functions to the main file, which causes large git diffs. Instead, would there be a way to allow for saving of just the code from the editor - without having to clear all of the output first from within the editor. This is to make it easier to make small commits during development, without having to rerun every cell each time.
Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer, @joyceerhl
The text was updated successfully, but these errors were encountered: