jupyspace


Namejupyspace JSON
Version 0.0.4 PyPI version JSON
download
home_page
Summary
upload_time2023-04-21 10:40:08
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT
keywords conda jupyter
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # jupyspace

[![PyPI - Version](https://img.shields.io/pypi/v/jupyspace.svg)](https://pypi.org/project/jupyspace)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/jupyspace.svg)](https://pypi.org/project/jupyspace)
[![Build Status](https://github.com/davidbrochart/jupyspace/workflows/CI/badge.svg)](https://github.com/davidbrochart/jupyspace/actions)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

Install [micromamba](https://mamba.readthedocs.io/en/latest/installation.html#micromamba) for your platform, then:
```console
pip install jupyspace
```

## Development installation

Install [micromamba](https://mamba.readthedocs.io/en/latest/installation.html#micromamba) for your platform, then:
```console
micromamba create -n jupyspace
micromamba activate jupyspace
micromamba install -c conda-forge python

pip install -e jupyspace_api
pip install -e plugins/localspace
pip install -e plugins/spacex
pip install -e .[test]

asphalt run config.yaml
```

## Usage

```console
jupyspace --open-browser
```

## License

`jupyspace` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "jupyspace",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "conda,jupyter",
    "author": "",
    "author_email": "David Brochart <david.brochart@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/ab/5b/7da79391617ae212bc4dc43c21d109bb09a6c9a4514d35096c2f631af14c/jupyspace-0.0.4.tar.gz",
    "platform": null,
    "description": "# jupyspace\n\n[![PyPI - Version](https://img.shields.io/pypi/v/jupyspace.svg)](https://pypi.org/project/jupyspace)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/jupyspace.svg)](https://pypi.org/project/jupyspace)\n[![Build Status](https://github.com/davidbrochart/jupyspace/workflows/CI/badge.svg)](https://github.com/davidbrochart/jupyspace/actions)\n\n-----\n\n**Table of Contents**\n\n- [Installation](#installation)\n- [License](#license)\n\n## Installation\n\nInstall [micromamba](https://mamba.readthedocs.io/en/latest/installation.html#micromamba) for your platform, then:\n```console\npip install jupyspace\n```\n\n## Development installation\n\nInstall [micromamba](https://mamba.readthedocs.io/en/latest/installation.html#micromamba) for your platform, then:\n```console\nmicromamba create -n jupyspace\nmicromamba activate jupyspace\nmicromamba install -c conda-forge python\n\npip install -e jupyspace_api\npip install -e plugins/localspace\npip install -e plugins/spacex\npip install -e .[test]\n\nasphalt run config.yaml\n```\n\n## Usage\n\n```console\njupyspace --open-browser\n```\n\n## License\n\n`jupyspace` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "",
    "version": "0.0.4",
    "split_keywords": [
        "conda",
        "jupyter"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eaadbd9a69d6d7559ac2eba71315ef0927aa1297c989c49bab557dc747748aa9",
                "md5": "e33bf741fc5ddb74174157e27f79384e",
                "sha256": "82bbcdf74009fbb625c32210218ab99ee18cfba8b7447f52a1f9b68491e05297"
            },
            "downloads": -1,
            "filename": "jupyspace-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e33bf741fc5ddb74174157e27f79384e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 2552,
            "upload_time": "2023-04-21T10:40:06",
            "upload_time_iso_8601": "2023-04-21T10:40:06.339733Z",
            "url": "https://files.pythonhosted.org/packages/ea/ad/bd9a69d6d7559ac2eba71315ef0927aa1297c989c49bab557dc747748aa9/jupyspace-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab5b7da79391617ae212bc4dc43c21d109bb09a6c9a4514d35096c2f631af14c",
                "md5": "e5565dfb1d0b4dc5627d87e949ca51ca",
                "sha256": "31ec91422950b381ac6162319d89d5de42dca243a0cf9b8f0f478085d8b49f52"
            },
            "downloads": -1,
            "filename": "jupyspace-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "e5565dfb1d0b4dc5627d87e949ca51ca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 137105,
            "upload_time": "2023-04-21T10:40:08",
            "upload_time_iso_8601": "2023-04-21T10:40:08.375420Z",
            "url": "https://files.pythonhosted.org/packages/ab/5b/7da79391617ae212bc4dc43c21d109bb09a6c9a4514d35096c2f631af14c/jupyspace-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-21 10:40:08",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "jupyspace"
}
        
Elapsed time: 0.07862s