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

Run Jupyter notebooks as jobs

Results 120 jupyter-scheduler issues
Sort by recently updated
recently updated
newest added

Add ability to specify email notifications when submitting jobs.

enhancement

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?

enhancement

### 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...

enhancement

### 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...

enhancement

### 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...

enhancement

## 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...

bug

### 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...

enhancement

### 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...

enhancement

### 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...

enhancement

### 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...

enhancement