jupyter-scheduler icon indicating copy to clipboard operation
jupyter-scheduler copied to clipboard

Run multiple notebooks as jobs from file browser

Open JasonWeill opened this issue 3 years ago • 2 comments

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?

JasonWeill avatar Sep 13 '22 22:09 JasonWeill

I think this makes sense. From a UX perspective, I can think of two options:

  1. Allow multiple selection of files in the file browser, followed by selecting create job in the context menu.
  2. Allowing the user to drag-and-drop files from the file browser to the create job panel.

ellisonbg avatar Oct 04 '22 14:10 ellisonbg

It would also make sense to define execution order

nakvic avatar Dec 12 '22 23:12 nakvic