jupyter-scheduler
jupyter-scheduler copied to clipboard
Run multiple notebooks as jobs from file browser
Problem
Users cannot run multiple notebooks at once.
Proposed Solution
In the file browser, let users select multiple notebooks (multiple files or directories), right-click, and choose a context menu option to run all notebooks as jobs.
Modify the create job form to accept multiple notebooks as inputs and to create multiple jobs on "Run Now".
Additional context
Should users be able to create multiple job definitions and schedules as a result?
I think this makes sense. From a UX perspective, I can think of two options:
- Allow multiple selection of files in the file browser, followed by selecting create job in the context menu.
- Allowing the user to drag-and-drop files from the file browser to the create job panel.
It would also make sense to define execution order