When running the pre-commit --all-file with version:
"nbformat": 4,
"nbformat_minor": 5
It changes the cell id even when nothing else changes in the ipynb file. As you might imagine, this make VC with git near impossible. Any way around this? Thanks.
When running the
pre-commit --all-file
with version:It changes the cell id even when nothing else changes in the ipynb file. As you might imagine, this make VC with git near impossible. Any way around this? Thanks.