A JupyterLab extension for running notebook jobs. Documentation is available on ReadTheDocs.
This extension is composed of a Python package named jupyter_scheduler
for the server extension and a NPM package named @jupyterlab/scheduler
for the frontend extension. Installation of this extension provides a
REST API to run, query, stop and delete
notebook jobs; the UI provides an interface to create, list and view job
details.
- JupyterLab >= 3.0
To install the extension, execute:
pip install jupyter_scheduler
To remove the extension, execute:
pip uninstall jupyter_scheduler
Please refer to our user's guide for more information on installation and usage.
Please refer to our contributor's guide for more information on installation and usage.