Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use nbconvert to test notebooks in the GitHub CI #306

Open
waltsims opened this issue Feb 15, 2024 · 1 comment
Open

Use nbconvert to test notebooks in the GitHub CI #306

waltsims opened this issue Feb 15, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@waltsims
Copy link
Owner

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 waltsims added the enhancement New feature or request label Feb 15, 2024
@waltsims waltsims added this to the v0.3.3 milestone Feb 15, 2024
@waltsims waltsims modified the milestones: v0.3.3, v0.3.4 Apr 1, 2024
@waltsims
Copy link
Owner Author

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 waltsims assigned waltsims and unassigned waltsims Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant