Updating Scripts After Scheduling Them

Hi! I have a script that I scheduled in the JHub scheduling platform. I then modified the script, expecting that the next time it ran it would run with the modifications in place. From what I can tell, however, it is just running the old script still.

This presents a problem for my workflows, because I’d like to just pull down the scripts from git into JHub to update them and not have to reschedule them all manually after doing so.

Is there something I’m missing on how to get the scheduled notebook to update when I make modifications? Thank you!

JupyterHub doesn’t include a scheduler. Are you using an add-on such as https://jupyter-scheduler.readthedocs.io/ ?

1 Like