jupyter-scheduler
jupyter-scheduler copied to clipboard
Run Jupyter notebooks as jobs
Improves Jupyter Scheduler pytest testing suite: * Provide root and staging folders as fixtures using temporary folders instead of hard-coding paths in tests and storing folders in the codebase *...
Thank you for contributing this! I left some feedback below. The feedback mostly centers around using fixtures instead of hard-coded paths, so these fixtures can be easily re-used in future...
JupyterLab 3 will reach its end of maintenance date on May 15, 2024, anywhere on Earth. As a result, we will not backport new features to the [Jupyter Scheduler](https://github.com/jupyter-server/jupyter-scheduler) v1...
### Problem As https://github.com/jupyter-server/jupyter-scheduler/issues/504#issuecomment-2043542988 points out, docs do not clearly explain input file immutability. Moreover, sentence `When the scheduler runs your notebook, it makes a copy of the input file`...
## Description The left panel of the user docs (for example, this section: https://jupyter-scheduler.readthedocs.io/en/latest/developers/index.html) contains a mostly empty section, with nothing under "Section Navigation". Similar issue was reported for Jupyter-AI:...
Add a link to Jupyter Server config documentation to Scheduler’s "Server configuration" docs section
### Problem Issue #498 mentions not being able to find guidance on server configuration via config file in Jupyter Scheduler docs. ### Proposed Solution Add a link to Jupyter Server...
Prototype of MLFlow - Scheduler integration: * Add an option to "Log with MLFlow" during job / job definition creation. When activated, input notebooks "Run now" / single jobs are...
Hi all, Pandas is now depending on SQLAlchemy 2.x When using pandas and jupyterlab at the same time, which is a very common situation, it may case some conflicts. https://github.com/jupyter-server/jupyter-scheduler/blob/1b50f81f966c9e0146f91b1606fd78519857527e/pyproject.toml#L36
## Description ## Reproduce 1. Go create some job 2. Download output file (Notebook/ HTML) 3. Found Unhandled error ## Expected behavior No Unhandled error popup ## Context - Operating...
### Problem Jupyter Scheduler provides people who use Jupyter with an ability to run notebooks as jobs including running them on a schedule. Since these tasks can be long-running, users...