nteract / papermill

📚 Parameterize, execute, and analyze notebooks
http://papermill.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
5.93k stars 426 forks source link

Investigate what automations could benefit from GitHub Actions #248

Open willingc opened 5 years ago

willingc commented 5 years ago

It may make sense to explore how we could use GitHub Actions to work within the pipeline of executing notebooks.

First one that comes to mind: "Run Now" button for notebooks

Another could be "Schedule for Later".

Here's a link to the action-builder repo: https://github.com/actions/action-builder

MSeal commented 5 years ago

That is interesting, I'll have to play with that when I have a spare weekend. This could possibly fit the secondary goals for scheduling notebooks in the nteract roadmap.