Metadata-Version: 2.1
Name: xarray-fancy-repr
Version: 0.0.2
Summary: Fancy reprs for Xarray objects in Jupyter notebooks
Project-URL: Repository, https://github.com/benbovy/xarray-fancy-repr
Author: Benoît Bovy
Maintainer: xarray-fancy-repr contributors
License: Apache-2.0
License-File: LICENSE
Keywords: jupyter,widget,xarray
Requires-Dist: anywidget
Requires-Dist: xarray
Provides-Extra: dev
Requires-Dist: jupyterlab; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: watchfiles; extra == 'dev'
Description-Content-Type: text/markdown

# 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
