jupyter-scheduler
jupyter-scheduler copied to clipboard
Run Jupyter notebooks as jobs
### Problem No support for multi-task jobs ### Proposed Solution Provide ability to run multiple tasks as one job, expressed as a DAG. This task depends on Dask/Ray backend implementation...
### Problem Currently, a notebook job is executed using the kernelspec that is associated with the notebook file which is generally used in an interactive session. However, users may require...
See my comment in https://github.com/jupyter-server/jupyter-scheduler/issues/370#issuecomment-1824514579. We should improve the issue template to include the guidance that I had written in that comment. Maybe also include this in the online documentation...
Hello, For our use cases, many long notebooks scheduled daily, we would like an option to prevent the notebooks from being copied into the jobs//logs folder. This quickly starts to...
### Problem Issues like #435 occurred because we lack unit tests that run notebook jobs on Linux. ### Proposed Solution Add unit test coverage for #435.
## Description New jobs always show up as "Stopped" on Linux. I have yet to verify if this behavior occurs on other platforms. Also see failing E2E snapshot: https://github.com/jupyter-server/jupyter-scheduler/actions/runs/6698911147/job/18201984176?pr=450 ##...
I have hundreds of jobs to run, but my server only has enough resources to run 5 jobs at a time. It would be nice to create a queue of...
### Problem This should be fixed after #90 (API) is done. Users should be able to set timeouts and retry options for jobs. ### Proposed Solution Implement these features in...
Adds server-side support for event-driven notebook execution, fixes #406 (for UI see #414). System now defines `EventTypes` and `Events`. `EventType` is specific condition identified by a name and a set...
I'm trying to create a job using an environment managed by mamba, but I'm getting `conda-env-root_tf_2.13.0-py`. I'm not sure where it's expecting to find this file. ## Description ## Reproduce...