I have not encountered something similar yet but maybe this could help a bit https://ploomber.io/blog/nbs-myths/
On Saturday, 16 April 2022 at 20:20:57 UTC+5:30 [email protected] wrote: > I am having issues with git and the jupyter notebook files in the examples > directory of a fork/clone of the sympy git repository. For some reason, > git indicates that these .ipynb files are modified after a fresh clone of > the sympy repository although git diff reports no changes. Git's > performance is also very slow; running git status takes several seconds > even with a shallow (--depth=1) clone. > > Strangely, staging the (non-existent) modifications makes the performance > issues go away. However, I'm worried committing them might cause issues > with a pull request back to sympy's main repo. > > Has anyone encountered similar issues? Common causes seem to be > differences in line endings (unix vs windows) or file permissions, but > trying common fixes for those issues has not worked. > > I am using Git 2.35.1 on Linux. > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/bd7bf35b-9414-42c8-a867-1fe8ffe555d6n%40googlegroups.com.
