Make a policy about if/how individual Jupyter Notebooks should be downloadable.
Standardize what instructions should appear at the top of each notebook, and what general instructions should appear on the Getting Started page.
Considerations:
- Individual zips per each notebook with notebook + data
- overhead? duplication? Auto zip creation with CI?
- Installing dependencies
- conda commands? just a list?
- Instructions for downloading entire repo?
- Git command based solution for downloading individual folders?
Alternatively: find a way to run notebooks online. This seems difficult/impossible/costly, given the large and differing dependencies in our notebooks.