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

## Code changes Use Prefect 3 instead of multiprocessing module for jobs processing and execution https://docs-3.prefect.io/3.0rc/get-started/index

enhancement

The latest version of this package (currently 2.7.1) has dependencies on `pytz==2023.3` and `fsspec==2023.6.0`. It is currently mid-August 2024. Please verify that this package will work with more recent versions...

good first issue
maintenance
dependencies

### Problem Hello all. First of all, you have made a wonderful work for notebook. So wonderful that I would like to have the exact same thing for [Amphi](https://github.com/amphi-ai/amphi-etl) pipelines....

enhancement

### Problem In the context of JupyterHub, we should have some way to bypass the culling if some notebook are currently scheduled on the jupyterserver of an user. ### Proposed...

enhancement

## Description When I edit a job definition created from a file in a subfolder, the input file does not include the path. I have to explicitly update the path...

bug

I have my jobs in a sub-folder, and want to access a .env file that is from two folders above it. This works locally when I run my Jupyter notebook,...

question

### Problem [Input file upload](https://github.com/jupyter-server/jupyter-scheduler/blob/14c44518f9d48eb40eb6c20e063c275c84358698/jupyter_scheduler/scheduler.py#L479) and [input folder upload](https://github.com/jupyter-server/jupyter-scheduler/blob/14c44518f9d48eb40eb6c20e063c275c84358698/jupyter_scheduler/scheduler.py#L472) are currently done synchronously which is blocking the event loop. ### Proposed solution Input file and input folder upload are asynchronous...

enhancement

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

enhancement

### Problem Job outputs needs to be under a folder accessible by the UI. If the "jobs" folder is not under root_dir the download links are not created. I want...

enhancement

## Description When configuring: `c.ServerApp.root_dir` The output folder "jobs" is created under the working director and not under the directory configured in ServerApp.root_dir Is my assumption correct? should ServerApp.root_dir affect...

bug