[ ] Ran nbautoexport export . in /opt/src/notebooks and committed the generated scripts. This is to make reviewing notebooks easier. (Note the export will happen automatically after saving notebooks from the Jupyter web app.)
[ ] Documentation updated if needed
[ ] PR has a name that won't get you publicly shamed for vagueness
Testing Instructions
Run ./scripts/setup
[ ] Ensure it succeeds
Change a notebook and commit the changes locally
[ ] Ensure only meaningful changes are saved, not metadata or execution order
Overview
Allows for git-friendly Jupyter development.
See https://nbdev.fast.ai/01_Tutorials/02_git_friendly_jupyter.html and https://www.fast.ai/2022/08/25/jupyter-git/
Checklist
nbautoexport export .
in/opt/src/notebooks
and committed the generated scripts. This is to make reviewing notebooks easier. (Note the export will happen automatically after saving notebooks from the Jupyter web app.)Testing Instructions