3

I want to upload the notebook files (*.ipynb) to my repository so my colleagues will be able to edit them as well.

I saw these checkpoint files and googled about it a little (there's not so much information out there about it), I think they're related to the autosaving. I'm not sure whether I'm supposed to commit them as well.

cel
  • 30,017
  • 18
  • 97
  • 117
nivniv
  • 3,421
  • 5
  • 33
  • 40
  • This one has been answered here: https://stackoverflow.com/questions/46421663/what-are-jupyter-notebook-checkpoint-files-for It's not necessary to commit the checkpoint files, unless you want to enable your colleagues to restore to previously saved checkpoints. If you don't have the checkpoint file, the restoring to the last checkpoint will give a failure, and that's it, nothing too worrisome. – Alex Sep 29 '17 at 11:00
  • Possible duplicate of [Should ipynb checkpoints be stored in git?](https://stackoverflow.com/questions/36306017/should-ipynb-checkpoints-be-stored-in-git) – Tom Hale Dec 03 '18 at 08:33
  • Exact duplicate of [What are Jupyter Notebook checkpoint files for?](https://stackoverflow.com/questions/46421663/what-are-jupyter-notebook-checkpoint-files-for), which was asked two years later after this one received no answer. Despite the fact that the latter was asked after this one, it attracted many upvotes and quality answers, so it's this one which should be marked as duplicate. – Nino Filiu Apr 17 '19 at 10:27

0 Answers0