jupyter-scheduler
jupyter-scheduler copied to clipboard
Run Jupyter notebooks as jobs
## Description Job folder and downloaded job files are not getting deleted from the output folder (/jobs/ by default) on job deletion. ## Reproduce 1. Right-click on a notebook in...
### Problem When we create a new job definition, the notebook is copied somewhere in the server. Quite often you change that file and the you need to recreate everything....
### Problem Ability to update input file snapshot from the "Edit Job Definition" page is not documented anywhere and is therefore not evident to people who use Jupyter Scheduler as...
## References ## Code changes ## User-facing changes ## Backwards-incompatible changes
### Problem For the createjob api, one of the inputs to this API is a boolean flag called [package_input_folder](https://github.com/jupyter-server/jupyter-scheduler/pull/510), which when set to true, packages the input folder (the folder...
### Problem Users have reported being slightly lost with the options available in interval menu: - Users were confused on the difference between Day and Weekday  ### Proposed solution...
### Problem This is more of a nitpick, but it come up that the scheduler extension does not actually use "scheduling" language. ### Proposed solution - Change user-facing form title...
### Problem Users somewhat familiar with Cron wanted to use it but did not remember the syntax. Working in environments without internet access they could not open the link to...
### Problem Users report being lost with the options available in the scheduler and their meaning. ### Proposed solution Add labels reassuring users about the purpose of specific inputs. |...