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

## References * Enables https://github.com/jupyter-ai-contrib/jupyter-scheduler-k8s/pull/5 ## Problem Currently, while users can customize the database URL via `db_url` traitlet, the `DatabaseManager.create_session` and `DatabaseManager.create_tables` functions in `orm.py` are tightly coupled to SQLAlchemy,...

enhancement

### **Description** When using the JupyterLab Job Scheduler in a JupyterHub environment, my job executes successfully without errors, but the output CSV/Excel files are not being saved or updated. The...

bug

When using Postgres time value as integer dosn't fit in 4 bytes integer which raises psycopg2.errors.NumericValueOutOfRange ## References ## Code changes ## User-facing changes ## Backwards-incompatible changes

## References Resolves #586 ## Code changes This PR adds a `completed_cells` field to the Job model to track the number of cells executed during notebook execution in real-time. The...

enhancement

## References #588 ## Code changes Modified the following line to `"psutil~=7.0"` https://github.com/jupyter-server/jupyter-scheduler/blob/576fecfac22844656408ef5b8e9b3b150fe6cfd1/pyproject.toml#L40 ## User-facing changes No visual impact. ## Backwards-incompatible changes None. `psutil v7.0` should be compatible with `python...

### Problem `jupyter_scheduler` is currently not supported by `python 3.13`. This is due to the dependency to `psutil~=5.9`, which does not support newer python versions. ### Proposed solution Bump psutil...

dependencies

### Problem When executing notebooks through the Jupyter Scheduler, users have no visibility into the real-time progress of long-running jobs. This creates frustration because: * Users cannot tell if a...

enhancement

## References This addresses #563 ## Code changes Added `_update_last_activity` to the extension app to update the `last_activity_times` [look up in the web application](https://github.com/jupyter-server/jupyter_server/blob/main/jupyter_server/serverapp.py#L461-L463). Pass this method down to the...

### Problem When a scheduled job runs a new entry is added to the `Notebook Jobs` tab of the scheduler. If the job runs frequently (e.g., every hour) this clutters...

enhancement

Hi I have ran with jupyter_scheduler extension for auto scheduling my notebook and I will keep growing logs such as Completed jobs, that I have to manage to remove. But...

enhancement