jupyter_scheduler
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.
Requirements
- JupyterLab >= 3.0
Install
To install the extension, execute:
pip install jupyter_scheduler
Uninstall
To remove the extension, execute:
pip uninstall jupyter_scheduler
User's guide
Please refer to our user's guide for more information on installation and usage.
Contributing
Please refer to our contributor's guide for more information on installation and usage.