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

## Description When a job fails with an exception inside a `%%time` magic cell, jupyter-scheduler does not recognize that the job actually failed. For example, this job is shown as...

bug

## References ## Code changes ## User-facing changes ## Backwards-incompatible changes

## References ## Code changes ## User-facing changes ## Backwards-incompatible changes

enhancement

## References https://github.com/jupyter-server/jupyter-scheduler/issues/558 ## Code changes Just blindly checking if changing this could have an impact ## User-facing changes None ## Backwards-incompatible changes None

## Description Jupyter Scheduler 2.10.0 Source Distribution [initial upload failed](https://github.com/jupyter-server/jupyter-scheduler/actions/runs/11808986203/job/32898512565#step:5:372) due to PyPI source distributions size limits (~150 Mb) due to `tar` build being drastically larger in size vs before...

bug

## References ## Code changes ## User-facing changes ## Backwards-incompatible changes

enhancement

### Problem I frequently need to know when scheduled jobs have ended, especially for long-running jobs and jobs with specific time windows. Currently, the job list view only shows the...

enhancement

## References https://app.swaggerhub.com/apis/andrii-i/jupyter-scheduler-v3-dev/

documentation
enhancement

I have several Notebook Jobs that use different versions of same dependency but the dependencies are shared among all of them so that jobs end up with the wrong version....

Reopening: Issue persists after testing with official Docker image This issue seems to be a reoccurrence of problem #370. The problem still exists, even when using the official Docker container...

bug