Open
Description
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
- Enable a Command Palette option to easily install a Git filter with
nbstripout
- Prompt the user to remove outputs from cells if we detect that there are cell outputs during a
git push
- Use the JupyterLab settings registry to let the user specify that all Notebook outputs must be cleaned on a
git push