xarray-fancy-repr


Namexarray-fancy-repr JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryFancy reprs for Xarray objects in Jupyter notebooks
upload_time2023-09-20 08:40:15
maintainerxarray-fancy-repr contributors
docs_urlNone
authorBenoît Bovy
requires_python
licenseApache-2.0
keywords jupyter widget xarray
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Xarray Fancy Repr

This package provides enhanced representations of Xarray objects (Dataset,
DataArray, Coordinates and Variable) for a better and more interactive user
experience within Jupyter notebooks.

## Installation

```sh
pip install xarray-fancy-repr
```

## How Does it Work?

After importing this package:

```python
import xarray_fancy_repr
```

Xarray objects are patched so that they are displayed in the following fallback
order:

1. Interactive widget: should work in most notebook environments (JupyterLab,
   Jupyter Notebook <7 and 7+, Google Colab, VSCode, etc.) based on
   [anywidget](https://anywidget.dev/)
2. Static HTML: should work in any web browser
3. Plain text

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "xarray-fancy-repr",
    "maintainer": "xarray-fancy-repr contributors",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "jupyter,widget,xarray",
    "author": "Beno\u00eet Bovy",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/97/3f/e676d132e0dc6a9a3dffbadb8c20adbb59ac98e250fb748a1cc908a46557/xarray_fancy_repr-0.0.2.tar.gz",
    "platform": null,
    "description": "# Xarray Fancy Repr\n\nThis package provides enhanced representations of Xarray objects (Dataset,\nDataArray, Coordinates and Variable) for a better and more interactive user\nexperience within Jupyter notebooks.\n\n## Installation\n\n```sh\npip install xarray-fancy-repr\n```\n\n## How Does it Work?\n\nAfter importing this package:\n\n```python\nimport xarray_fancy_repr\n```\n\nXarray objects are patched so that they are displayed in the following fallback\norder:\n\n1. Interactive widget: should work in most notebook environments (JupyterLab,\n   Jupyter Notebook <7 and 7+, Google Colab, VSCode, etc.) based on\n   [anywidget](https://anywidget.dev/)\n2. Static HTML: should work in any web browser\n3. Plain text\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Fancy reprs for Xarray objects in Jupyter notebooks",
    "version": "0.0.2",
    "project_urls": {
        "Repository": "https://github.com/benbovy/xarray-fancy-repr"
    },
    "split_keywords": [
        "jupyter",
        "widget",
        "xarray"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab593ae2536d276424c85735d9deab092ea1170a8fa54960724e146839e53f68",
                "md5": "e00cb8e2ce0d8c7b15d19cdfc9251f7f",
                "sha256": "47eb1f52891c0b19781e78d21850fb60ee0cf01110196876b1141c0725db0b14"
            },
            "downloads": -1,
            "filename": "xarray_fancy_repr-0.0.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e00cb8e2ce0d8c7b15d19cdfc9251f7f",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 60093,
            "upload_time": "2023-09-20T08:40:13",
            "upload_time_iso_8601": "2023-09-20T08:40:13.732253Z",
            "url": "https://files.pythonhosted.org/packages/ab/59/3ae2536d276424c85735d9deab092ea1170a8fa54960724e146839e53f68/xarray_fancy_repr-0.0.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "973fe676d132e0dc6a9a3dffbadb8c20adbb59ac98e250fb748a1cc908a46557",
                "md5": "8011ed7f4eac9f9bcc5f12c16ea3a50c",
                "sha256": "13f773b1ef87b9d94421bea6f66289127c3ee32224d9eca667e4f1a280628e50"
            },
            "downloads": -1,
            "filename": "xarray_fancy_repr-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "8011ed7f4eac9f9bcc5f12c16ea3a50c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 69852,
            "upload_time": "2023-09-20T08:40:15",
            "upload_time_iso_8601": "2023-09-20T08:40:15.548185Z",
            "url": "https://files.pythonhosted.org/packages/97/3f/e676d132e0dc6a9a3dffbadb8c20adbb59ac98e250fb748a1cc908a46557/xarray_fancy_repr-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-20 08:40:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "benbovy",
    "github_project": "xarray-fancy-repr",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "xarray-fancy-repr"
}
        
Elapsed time: 0.11293s