I'm thinking of adding this tool to prevent git from tracking notebook outputs in the future: https://github.com/kynan/nbstripout
We can also remove outputs from the Jupyter notebooks from git history, since that is where the majority of the bloat of the repo comes from. This can be done using git filter-branch as described in the nbstripout repo.
I'm thinking of adding this tool to prevent git from tracking notebook outputs in the future: https://github.com/kynan/nbstripout
We can also remove outputs from the Jupyter notebooks from git history, since that is where the majority of the bloat of the repo comes from. This can be done using git filter-branch as described in the nbstripout repo.