odc-ui


Nameodc-ui JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://github.com/opendatacube/odc-tools/
SummaryNotebook display helper methods
upload_time2023-11-15 03:26:26
maintainerOpen Data Cube
docs_urlNone
authorOpen Data Cube
requires_python>=3.9
licenseApache License 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            odc.ui
======

Notebook display helper methods

Installation
------------

```
pip install odc-ui
```

Make sure `ipywidgets` and `ipyleaflet` are installed and enabled:

```
jupyter nbextension enable --py widgetsnbextension
jupyter nbextension enable --py ipyleaflet
```

If using jupyter lab do this as well:

```
jupyter labextension install --no-build @jupyter-widgets/jupyterlab-manager
jupyter labextension install --no-build jupyter-leaflet
jupyter lab build
```

Usage
-----

TODO

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/opendatacube/odc-tools/",
    "name": "odc-ui",
    "maintainer": "Open Data Cube",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "",
    "author": "Open Data Cube",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/10/51/7e015ae66a755db5a940274e344873cb645bd4a28d3335263639af6a18de/odc-ui-0.2.1.tar.gz",
    "platform": "any",
    "description": "odc.ui\n======\n\nNotebook display helper methods\n\nInstallation\n------------\n\n```\npip install odc-ui\n```\n\nMake sure `ipywidgets` and `ipyleaflet` are installed and enabled:\n\n```\njupyter nbextension enable --py widgetsnbextension\njupyter nbextension enable --py ipyleaflet\n```\n\nIf using jupyter lab do this as well:\n\n```\njupyter labextension install --no-build @jupyter-widgets/jupyterlab-manager\njupyter labextension install --no-build jupyter-leaflet\njupyter lab build\n```\n\nUsage\n-----\n\nTODO\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "Notebook display helper methods",
    "version": "0.2.1",
    "project_urls": {
        "Homepage": "https://github.com/opendatacube/odc-tools/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6876c48ccce93bd2d786981b7cbb7981aa73c94f1d0f094e2b769d90c2ee7c59",
                "md5": "c4d96859403015f3ff70a34082d453c8",
                "sha256": "ed5b3792467ab201ac4ef98f977e3b727c9e62a16b6bf2fe8d79a9a711ae5656"
            },
            "downloads": -1,
            "filename": "odc_ui-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c4d96859403015f3ff70a34082d453c8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 15568,
            "upload_time": "2023-11-15T03:26:25",
            "upload_time_iso_8601": "2023-11-15T03:26:25.444556Z",
            "url": "https://files.pythonhosted.org/packages/68/76/c48ccce93bd2d786981b7cbb7981aa73c94f1d0f094e2b769d90c2ee7c59/odc_ui-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "10517e015ae66a755db5a940274e344873cb645bd4a28d3335263639af6a18de",
                "md5": "29a2c97fa97e0febf45c7914ca70c5d2",
                "sha256": "830598301e6599016697a627b555b1bc52d4f3763a6583f8cb52cd453195e07a"
            },
            "downloads": -1,
            "filename": "odc-ui-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "29a2c97fa97e0febf45c7914ca70c5d2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 14289,
            "upload_time": "2023-11-15T03:26:26",
            "upload_time_iso_8601": "2023-11-15T03:26:26.911839Z",
            "url": "https://files.pythonhosted.org/packages/10/51/7e015ae66a755db5a940274e344873cb645bd4a28d3335263639af6a18de/odc-ui-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-15 03:26:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "opendatacube",
    "github_project": "odc-tools",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "odc-ui"
}
        
Elapsed time: 0.14314s