Skip to content

jupyter-server/jupyter-scheduler

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

SHA256 hashes:

jupyter_scheduler-1.3.2-py3-none-any.whl: 61c1fcea26acd221806d7ac63e585de7c6e74624d533a3d108c8aa4b7d7e032e

jupyter_scheduler-1.3.2.tar.gz: f8bc7a98c834aeb8fe21396d4f8ba050d665d00c5bf9dd627c20cd8e5bf39aa7

jupyterlab-scheduler-1.3.2.tgz: 43688e52084b8b48d00690aeef1b440f799553927e01379dc6729b98e7182101
6d8885d

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
dev
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

jupyter_scheduler

Github Actions StatusBinder

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.