jupyter-scheduler


Namejupyter-scheduler JSON
Version 2.6.0 PyPI version JSON
download
home_pageNone
SummaryA JupyterLab extension for running notebook jobs
upload_time2024-04-30 20:39:22
maintainerNone
docs_urlNone
authorProject Jupyter
requires_python>=3.7
licenseBSD 3-Clause License Copyright (c) 2022, Project Jupyter All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords jupyter jupyterlab jupyterlab3
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # jupyter_scheduler

[![Github Actions Status](https://github.com/jupyter-server/jupyter-scheduler/workflows/Build/badge.svg)](https://github.com/jupyter-server/jupyter-scheduler/actions/workflows/build.yml)[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyter-server/jupyter-scheduler/main?urlpath=lab)

A JupyterLab extension for running notebook jobs. Documentation is available on
[ReadTheDocs](https://jupyter-scheduler.readthedocs.io).

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 4.x (for newer Jupyter Scheduler versions)
- JupyterLab 3.x (for Jupyter Scheduler 1.x)

> [!IMPORTANT]
> 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 v1 branch supporting JupyterLab 3 after this date. Fixes for critical issues will still be backported until December 31, 2024. If you are still using JupyterLab 3, we strongly encourage you to **upgrade to JupyterLab 4 as soon as possible**. For more information, see [JupyterLab 3 end of maintenance](https://blog.jupyter.org/jupyterlab-3-end-of-maintenance-879778927db2) on the Jupyter Blog.

## Install

To install the extension, execute:

```bash
pip install jupyter_scheduler
```

## Uninstall

To remove the extension, execute:

```bash
pip uninstall jupyter_scheduler
```

## User's guide

Please refer to our [user's guide](https://jupyter-scheduler.readthedocs.io/en/latest/users/index.html)
for more information on installation and usage.

## Contributing

Please refer to our [contributor's guide](https://jupyter-scheduler.readthedocs.io/en/latest/contributors/index.html)
for more information on installation and usage.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "jupyter-scheduler",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "Jupyter, JupyterLab, JupyterLab3",
    "author": "Project Jupyter",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/fa/fa/453afae825a8a72d50db28717000351e31ac0d309250dd965f8408e23331/jupyter_scheduler-2.6.0.tar.gz",
    "platform": null,
    "description": "# jupyter_scheduler\n\n[![Github Actions Status](https://github.com/jupyter-server/jupyter-scheduler/workflows/Build/badge.svg)](https://github.com/jupyter-server/jupyter-scheduler/actions/workflows/build.yml)[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyter-server/jupyter-scheduler/main?urlpath=lab)\n\nA JupyterLab extension for running notebook jobs. Documentation is available on\n[ReadTheDocs](https://jupyter-scheduler.readthedocs.io).\n\nThis extension is composed of a Python package named `jupyter_scheduler`\nfor the server extension and a NPM package named `@jupyterlab/scheduler`\nfor the frontend extension. Installation of this extension provides a\nREST API to run, query, stop and delete\nnotebook jobs; the UI provides an interface to create, list and view job\ndetails.\n\n## Requirements\n\n- JupyterLab 4.x (for newer Jupyter Scheduler versions)\n- JupyterLab 3.x (for Jupyter Scheduler 1.x)\n\n> [!IMPORTANT]\n> 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 v1 branch supporting JupyterLab 3 after this date. Fixes for critical issues will still be backported until December 31, 2024. If you are still using JupyterLab 3, we strongly encourage you to **upgrade to JupyterLab 4 as soon as possible**. For more information, see [JupyterLab 3 end of maintenance](https://blog.jupyter.org/jupyterlab-3-end-of-maintenance-879778927db2) on the Jupyter Blog.\n\n## Install\n\nTo install the extension, execute:\n\n```bash\npip install jupyter_scheduler\n```\n\n## Uninstall\n\nTo remove the extension, execute:\n\n```bash\npip uninstall jupyter_scheduler\n```\n\n## User's guide\n\nPlease refer to our [user's guide](https://jupyter-scheduler.readthedocs.io/en/latest/users/index.html)\nfor more information on installation and usage.\n\n## Contributing\n\nPlease refer to our [contributor's guide](https://jupyter-scheduler.readthedocs.io/en/latest/contributors/index.html)\nfor more information on installation and usage.\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License  Copyright (c) 2022, Project Jupyter All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
    "summary": "A JupyterLab extension for running notebook jobs",
    "version": "2.6.0",
    "project_urls": {
        "Homepage": "https://github.com/jupyter-server/jupyter-scheduler"
    },
    "split_keywords": [
        "jupyter",
        " jupyterlab",
        " jupyterlab3"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e8ce840e53d4a3aa0c9b741e09fb62ec944fee4ee1db3b4b3b6f57bf6f66d2e",
                "md5": "9c964e07be76f652cf3734b19abeee44",
                "sha256": "aec68c861a12332f17e88624bf5e4756896ef8855cd2037d0764e895ed2bf659"
            },
            "downloads": -1,
            "filename": "jupyter_scheduler-2.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9c964e07be76f652cf3734b19abeee44",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 523779,
            "upload_time": "2024-04-30T20:39:19",
            "upload_time_iso_8601": "2024-04-30T20:39:19.645131Z",
            "url": "https://files.pythonhosted.org/packages/9e/8c/e840e53d4a3aa0c9b741e09fb62ec944fee4ee1db3b4b3b6f57bf6f66d2e/jupyter_scheduler-2.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fafa453afae825a8a72d50db28717000351e31ac0d309250dd965f8408e23331",
                "md5": "dfad1410cdee8065177af22969a8dd02",
                "sha256": "7bed0263318e822630abd2a399d3186f213d11329ce5eeebcae6cf51a84f935d"
            },
            "downloads": -1,
            "filename": "jupyter_scheduler-2.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "dfad1410cdee8065177af22969a8dd02",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 1462916,
            "upload_time": "2024-04-30T20:39:22",
            "upload_time_iso_8601": "2024-04-30T20:39:22.625710Z",
            "url": "https://files.pythonhosted.org/packages/fa/fa/453afae825a8a72d50db28717000351e31ac0d309250dd965f8408e23331/jupyter_scheduler-2.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-30 20:39:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jupyter-server",
    "github_project": "jupyter-scheduler",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "jupyter-scheduler"
}
        
Elapsed time: 0.24730s