ScienceCore / climaterisk

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

Build CI/CD pipeline so that .py files convert to .ipynb automatically #40

Closed jmunroe closed 1 week ago

jmunroe commented 5 months ago

We are using jupytext to commit .py files to our repo instead on having to have issues with version control of .ipynb.

Task: build out the necessary GitHub action to run jupytext

jnywong commented 4 months ago

I think this issue is now superseded by https://github.com/ScienceCore/climaterisk/issues/59

  • Convert all existing notebook (i.e., .ipynb) files to MarkDown (.md) files

and I think we don't actually need to trigger code execution during the CI/CD to build the Jupyter Book.

This task has a dependency on https://github.com/ScienceCore/climaterisk/issues/59, so I will pick this up again when that work is complete.

jnywong commented 1 week ago

Content is being written in markdown only and checked into version control. Marking this as done.