MAAP-Project / maap-documentation

9 stars 12 forks source link

Checkpointing update #350

Closed grallewellyn closed 7 months ago

grallewellyn commented 8 months ago

Added a note that the user must manually save in order to create a checkpoint of their notebook. This is the best location I could find to add this information.

review-notebook-app[bot] commented 8 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

wildintellect commented 8 months ago

Related, maybe doesn't need to be in this PR. We need to remind users to exclude/ignore checkpoints in their .gitignore files as it bloats git unnecessarily.

.ipynb_checkpoints
*/.ipynb_checkpoints/*
wildintellect commented 7 months ago

gitignore is mentioned in https://github.com/MAAP-Project/maap-documentation/pull/365/commits/a55dec1cf7a6b9e9f1a122942fbdb3af497924c3 we should link to that section. @grallewellyn that's all that's left to get this approved.

grallewellyn commented 7 months ago

Is it good now? I thought this made more sense than linking an entire section

wildintellect commented 7 months ago

Looks better, it probably needs a link to somewhere that explains gitignore, I expect users to have never used before.

grallewellyn commented 7 months ago

Okay, added link to explain gitignore