man-group / notebooker

Productionise & schedule your Jupyter Notebooks as easily as you wrote them.
GNU Affero General Public License v3.0
858 stars 82 forks source link

Add option to pass scheduled cron time to the notebook #134

Open marcinapostoluk opened 1 year ago

marcinapostoluk commented 1 year ago

Being able to read scheduled cron time from the notebook would improve the use case of using notebooker as tool to generate periodic reports. Might also need to maintain that time if same report is re-run.

marcinapostoluk commented 1 year ago

Need to wait till apscheduler v4 moves from pre-release to stable as it has this fix: https://github.com/agronholm/apscheduler/issues/297