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
A real issue with Jupyter notebooks is that working with git is difficult. Running the notebook creates output in the notebook that could be captured as a change when really you just ran the notebook. The save command should clear the output by default before adding unless there is a --include_output flag or something related.
A real issue with Jupyter notebooks is that working with git is difficult. Running the notebook creates output in the notebook that could be captured as a change when really you just ran the notebook. The save command should clear the output by default before adding unless there is a
--include_output
flag or something related.https://stackoverflow.com/questions/28908319/how-to-clear-an-ipython-notebooks-output-in-all-cells-from-the-linux-terminal
The text was updated successfully, but these errors were encountered: