Files in the hidden .ipynb_checkpoints folders should not be kept in the repository. Instead, the actual corresponding .ipynb files should be stored in the repo. The checkpoints are duplicative backup copies, replicating the original notebooks. If the notebooks are stored in git already, it's best not to also commit the checkpoints, since git already provides the functionality to go back to an older version.
This issue can be closed when:
[ ] the .ipynb_checkpoints notebook copies are removed from the repo
[ ] all of the corresponding original .ipynb files are confirmed to be present in the repo
Files in the hidden .ipynb_checkpoints folders should not be kept in the repository. Instead, the actual corresponding .ipynb files should be stored in the repo. The checkpoints are duplicative backup copies, replicating the original notebooks. If the notebooks are stored in git already, it's best not to also commit the checkpoints, since git already provides the functionality to go back to an older version.
This issue can be closed when: