https://prefect.io logo
Title
m

Martin Donadieu

11/07/2020, 10:18 PM
Hey guys I’m wandering if a lib to shedule notebook interest you https://github.com/jupyter-naas/naas It’s allow you to do naas.scheduler.add("* 9 * * *") in your notebook :)
🚀 1
💯 1
a

Avi A

11/08/2020, 8:35 AM
Looks cool. If you want to use Prefect for it, there’s a new
ExecuteNotebook
task coming up (merged a few days ago). You can use it to leverage all Prefect’s scheduling and tracking capabilities (for proper disclosure, I wrote the task 🙂 )
m

Martin Donadieu

11/08/2020, 9:35 AM
Thanks I will check it !