Search code examples
pythongoogle-cloud-platformscheduled-tasksjupyter-lab

Is there a way to enable Executor / Schedule run for user-managed notes on JupyterLab | GCP?


I wish to schedule the trigger/execution of user managed jupyterlab notebooks on the GCP environment at specific intervals (Hourly/Daily/Weekly etc).

I understand that the managed notebooks have an 'Executor' and 'Parameters' option to create a scheduling job.

But is there a workaround for scheduling the user managed notebooks as I am unable to find documentation around that?

Thanks for your help


Solution

  • Fortunately, I came across this package Jupyter Scheduler to overcome the problem of scheduling user-managed notebooks on JupyterLab.

    Ref: https://blog.jupyter.org/introducing-jupyter-scheduler-f9e82676c388