-
Notifications
You must be signed in to change notification settings - Fork 320
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
Cleaning Notebook cell outputs #392
Comments
i would like to have this feature |
@suiluj if you are willing, PR are welcome. And we could help you with this. |
@fcollonval i found a easy to understand demo of nbstripout (did not know it till today) here is the YouTube video demo. so now i think there is no need for further integrating this: |
With #700, it is now possible to add nbstripout (for example) when initializing a git repository. |
As there is no clear answer on the best solutions and because it may not be wanted in some use cases (like using nbval), for now some solutions will be listed here for documentation. First of I want to point interested user to that blog post Making git and Jupyter notebooks play nice. Here are some solutions:
|
Related question on Stack Overflow: How can I configure my tools to ignore or prevent updates to the execution_count field in a Jupyter Notebook from being tracked in git? |
Notebooks cell outputs can be a hindrance in Version Control while reviewing the diff of a commit to see what changed (either in a PR or historically)
Some ideas on how we could enable users to deal with outputs in cell in
jupyterlab-git
nbstripout
git push
git push
The text was updated successfully, but these errors were encountered: