xarray-fancy-repr 0.0.2


pip install xarray-fancy-repr

  Latest version

Released: Sep 20, 2023

Project Links

Meta
Author: Benoît Bovy
Maintainer: xarray-fancy-repr contributors

Classifiers

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

pip install xarray-fancy-repr

How Does it Work?

After importing this package:

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
  2. Static HTML: should work in any web browser
  3. Plain text

Wheel compatibility matrix

Platform Python 2 Python 3
any

Files in release

Extras:
Dependencies:
anywidget
xarray