jupyterhub-datamountspawner


Namejupyterhub-datamountspawner JSON
Version 1.1.4 PyPI version JSON
download
home_pageNone
SummaryJupyterHub Spawner for JupyterLab DataMount Extension Integration
upload_time2025-08-19 14:35:33
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseBSD 3-Clause License Copyright (c) 2025, jsc-jupyter 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 data jupyterhub spawner storage
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # JupyterHub DataMount KubeSpawner

[![Documentation](https://img.shields.io/badge/Documentation-passed-green)](https://jsc-jupyter.github.io/jupyterlab-data-mount/spawner/installation/)
[![PyPI](https://img.shields.io/badge/PyPI-passed-green)](https://pypi.org/project/jupyterhub-datamountspawner)
  
JupyterHub Spawner to start a JupyterLab using the [JupyterLab DataMount Extension](https://github.com/jsc-jupyter/jupyterlab-data-mount) extension.  

![JupyterLab](https://jsc-jupyter.github.io/jupyterlab-data-mount/images/jupyterlab.png)
  
## Installation

Example configuration for [Zero2JupyterHub](https://z2jh.jupyter.org/en/stable/):  

```yaml
hub:
  args:
    - -c
    - >-
      pip install jupyterhub-datamountspawner &&
      jupyterhub -f /usr/local/etc/jupyterhub/jupyterhub_config.py
  command:
    - /bin/bash
  extraConfig:
    customConfig: |
      c.JupyterHub.spawner_class = 'datamountspawner.KubeSpawner'
singleuser:
  image:
    name: jupyter/minimal-notebook
    tag: latest
  storage:
    type: none
```

Checkout [documentation](https://jsc-jupyter.github.io/jupyterlab-data-mount/spawner/installation/) for more.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "jupyterhub-datamountspawner",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "data, jupyterhub, spawner, storage",
    "author": null,
    "author_email": "Tim Kreuzer <t.kreuzer@fz-juelich.de>",
    "download_url": "https://files.pythonhosted.org/packages/11/70/73d57630c6250827480c3ece9f9c0a439759bc778d0ec68f923140fd9847/jupyterhub_datamountspawner-1.1.4.tar.gz",
    "platform": null,
    "description": "# JupyterHub DataMount KubeSpawner\n\n[![Documentation](https://img.shields.io/badge/Documentation-passed-green)](https://jsc-jupyter.github.io/jupyterlab-data-mount/spawner/installation/)\n[![PyPI](https://img.shields.io/badge/PyPI-passed-green)](https://pypi.org/project/jupyterhub-datamountspawner)\n  \nJupyterHub Spawner to start a JupyterLab using the [JupyterLab DataMount Extension](https://github.com/jsc-jupyter/jupyterlab-data-mount) extension.  \n\n![JupyterLab](https://jsc-jupyter.github.io/jupyterlab-data-mount/images/jupyterlab.png)\n  \n## Installation\n\nExample configuration for [Zero2JupyterHub](https://z2jh.jupyter.org/en/stable/):  \n\n```yaml\nhub:\n  args:\n    - -c\n    - >-\n      pip install jupyterhub-datamountspawner &&\n      jupyterhub -f /usr/local/etc/jupyterhub/jupyterhub_config.py\n  command:\n    - /bin/bash\n  extraConfig:\n    customConfig: |\n      c.JupyterHub.spawner_class = 'datamountspawner.KubeSpawner'\nsingleuser:\n  image:\n    name: jupyter/minimal-notebook\n    tag: latest\n  storage:\n    type: none\n```\n\nCheckout [documentation](https://jsc-jupyter.github.io/jupyterlab-data-mount/spawner/installation/) for more.\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License\n        \n        Copyright (c) 2025, jsc-jupyter\n        \n        Redistribution and use in source and binary forms, with or without\n        modification, are permitted provided that the following conditions are met:\n        \n        1. Redistributions of source code must retain the above copyright notice, this\n           list of conditions and the following disclaimer.\n        \n        2. Redistributions in binary form must reproduce the above copyright notice,\n           this list of conditions and the following disclaimer in the documentation\n           and/or other materials provided with the distribution.\n        \n        3. Neither the name of the copyright holder nor the names of its\n           contributors may be used to endorse or promote products derived from\n           this software without specific prior written permission.\n        \n        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n        AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n        FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n        SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n        OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
    "summary": "JupyterHub Spawner for JupyterLab DataMount Extension Integration",
    "version": "1.1.4",
    "project_urls": null,
    "split_keywords": [
        "data",
        " jupyterhub",
        " spawner",
        " storage"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6b8b96aaf7f655abf7e61c019e972a2282fae7355f101fd9cf7d45c89512c88c",
                "md5": "a17f512153d381a585f58542d2957494",
                "sha256": "d50f483eac3dcf625b1a18f0937366a77842fdb27d2688c30bbb49a0815c1e22"
            },
            "downloads": -1,
            "filename": "jupyterhub_datamountspawner-1.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a17f512153d381a585f58542d2957494",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 7428,
            "upload_time": "2025-08-19T14:35:32",
            "upload_time_iso_8601": "2025-08-19T14:35:32.696218Z",
            "url": "https://files.pythonhosted.org/packages/6b/8b/96aaf7f655abf7e61c019e972a2282fae7355f101fd9cf7d45c89512c88c/jupyterhub_datamountspawner-1.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "117073d57630c6250827480c3ece9f9c0a439759bc778d0ec68f923140fd9847",
                "md5": "43a2e0621f9d984dd2bd913f4633bee0",
                "sha256": "057ae56cf5ca2b14912790252fc34bc5720b54d1296ce3aeec4c1848a5f35a9f"
            },
            "downloads": -1,
            "filename": "jupyterhub_datamountspawner-1.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "43a2e0621f9d984dd2bd913f4633bee0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 8454,
            "upload_time": "2025-08-19T14:35:33",
            "upload_time_iso_8601": "2025-08-19T14:35:33.672547Z",
            "url": "https://files.pythonhosted.org/packages/11/70/73d57630c6250827480c3ece9f9c0a439759bc778d0ec68f923140fd9847/jupyterhub_datamountspawner-1.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-19 14:35:33",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "jupyterhub-datamountspawner"
}
        
Elapsed time: 1.51104s