You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I use nbstripout to suppress the outputs and metadata of my Jupyter notebooks when committing.
If there are lots of plots in a notebook, it is detected as binary file from SourceTree and I cannot see the changes I made. Via the command line, I can see all changes I made. If I now clear the output in the notebook manually, I can see the changes also in SourceTree.
A detailed description of the problem can be found in the GitHub of nbstripout:
https://github.com/kynan/nbstripout/issues/147
Now the question is why SourceTree detects Jupyter notebooks with a big amount of plots as binary files, and if there is a chance that this problem will be fixed in the future. Of if there is a solution to configure SourceTree so that it does not detect .ipynb files as binary files? Thanks for helping.