jupyter-scheduler
jupyter-scheduler copied to clipboard
Server-side support for event driven notebook execution
Problem
Currently there is no way to trigger a notebook execution other than executing it manually or relying on job definition to execute it on schedule.
Proposed Solution
Server-side support for event driven notebook execution. Trigger jobs based on S3 upload, etc. Define and reuse triggers.
Hi @andrii-i,
Just wanted to let you know that I came looking for related functionality. In my case I wanted to trigger the execution of a notebook/job using a http request. Or alternatively on an AMQP message event.