jupyter-scheduler
jupyter-scheduler copied to clipboard
Run Jupyter notebooks as jobs
Add ability to specify email notifications when submitting jobs.
I notice the scheduler.py, we are using a Process to execute the notebook. Could a thread have done the job? What was the rationale behind using process vs thread here?
### 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...
### Problem Users cannot easily create job definition B as a copy of job definition A. ### Proposed Solution Provide an option in the list or detail view to duplicate...
### Problem When scheduling a job to run my notebook, there is no option to customize the conversion to HTML to hide input cells upon conversion (at least not that...
## Description With both `jupyter-collaboration` and `jupyter_scheduler` extensions installed, `jupyter_scheduler` will detect `notebook.ipynb` as `RTC:notebook.ipynb` which causes `jupyter_scheduler` failing to find the file in path, the file path URL will...
### Problem Jupyter Scheduler can only run notebook files ### Proposed Solution Provide ability to run script files, not just notebook files. This would start by adding a python script...
### 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...
### Problem Current Jupyter Scheduler back end does not support parallel execution of jobs ### Proposed Solution Implement Dask/Ray backend that would support parallel execution of jobs and other features...
### Problem Workflows should be automatically run whenever the 1.x branch is pushed to. ### Proposed Solution If `on.push` is defined, add "1.x" to `on.push.branches` to the list for each...