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

### Feature request At the moment, when you create a new job/job definition, the page looks like: ![image](https://github.com/jupyter-server/jupyter-scheduler/assets/42120229/12bd2813-54dd-408a-9ba4-6f7550bb7d60) #### Proposed Solution It would be nice if this page also had...

enhancement

### Problem I have dozens of jobs running during a day. Each Notebook job an their results are persisted in DB and on disk. Unfortunately, if I want to clean...

enhancement

### Proposed Feature Integrate ML flow (https://mlflow.org/docs/latest/tracking.html): - Record experiments, runs, params - Log notebook as an artifact - Logs stored into any SQLAlchemy-compatible DB engine - Will likely need...

enhancement

Add macos / darwin UI tests. Note that current set of tests works well on ubuntu linux but fails on macos / darwin as noted by @dlqqq https://github.com/jupyter-server/jupyter-scheduler/issues/387#issuecomment-164100883. See [this](https://github.com/jupyter-server/jupyter-scheduler/actions/runs/5593660429)...

enhancement
Testing

### Problem Parameters of a job definition can be modified (overridden) when running a single job from a job definition via the following button ![image](https://github.com/jupyter-server/jupyter-scheduler/assets/44410933/daa11ef8-3d36-427e-bf63-7f26c6ef87e3) But as far as I...

enhancement

### Problem Hi, I can only run jupyter-scheduler when using sqlalchemy==1.4.48 and ipython-sql==0.4.1 which are both old versions. ### Proposed Solution It would be great if you could upgrade jupyter-scheduler...

enhancement

## Description As reported by @rwuthric in [#329](https://github.com/jupyter-server/jupyter-scheduler/issues/329#issuecomment-1365578471), job creation fails with "Unexpected error occurred during creation of job." in JupyterHub instance. ## Reproduce 1. Install jupyter scheduler with `pip...

bug
help wanted

Hi, Using the configuration SchedulerApp.db_url = mariadb+mariadbconnector://... . If I create a new job I get the following error in the log: `(mariadb.DataError) Out of range value for column 'update_time'...

(Added by @JasonWeill: This fixes #169.)

enhancement

### Problem * Currently I am getting a lot of status: Failed, but I still get output files * This seems somewhat hard to troubleshoot with current documentation. I don't...

documentation
enhancement