jupyter-scheduler
jupyter-scheduler copied to clipboard
Run Jupyter notebooks as jobs
### Feature request At the moment, when you create a new job/job definition, the page looks like:  #### Proposed Solution It would be nice if this page also had...
### 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...
### 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...
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)...
### Problem Parameters of a job definition can be modified (overridden) when running a single job from a job definition via the following button  But as far as I...
### 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...
When run in JupyterHub, Job creation fails with "Unexpected error occurred during creation of job"
## 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...
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'...
### 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...