ScienceCore / climaterisk

Determining Climate Risks with NASA Earthdata Cloud
https://sciencecore.github.io/climaterisk/
Creative Commons Attribution Share Alike 4.0 International
2 stars 6 forks source link

Document workflow for using Jupytext #42

Closed dhavide closed 5 months ago

dhavide commented 6 months ago

We need to replace all the .ipynb files with plain .py files (translated through Jupytext). There should also be a README and a .gitignore so that contributions going forward will have no notebook files for cleaner diffing.

kvenkman commented 5 months ago

The issue is partially fixed in this PR. I'll work on converting all the existing notebooks that don't have corresponding .py files and update here.