k-wave-python icon indicating copy to clipboard operation
k-wave-python copied to clipboard

Use nbconvert to test notebooks in the GitHub CI

Open waltsims opened this issue 1 year ago • 1 comments

nbconvert would allow auto-running notebooks and using output as readme for example See blog post: https://innerjoin.bit.io/automate-jupyter-notebooks-on-github-9d988ecf96a6

waltsims avatar Feb 15 '24 19:02 waltsims

The concept is to run scheduled examples on CPU on the main branch every night. Example notebooks would be converted to python files with nbconvert before execution. Since the runner does not have a GPU, the fallback should be CPU execution. These would only run if the head commit has changed.

waltsims avatar Apr 16 '24 18:04 waltsims