This package provides enhanced representations of Xarray objects (Dataset, DataArray, Coordinates and Variable) for a better and more interactive user experience within Jupyter notebooks.
pip install xarray-fancy-repr
After importing this package:
import xarray_fancy_repr
Xarray objects are patched so that they are displayed in the following fallback order:
- Interactive widget: should work in most notebook environments (JupyterLab, Jupyter Notebook <7 and 7+, Google Colab, VSCode, etc.) based on anywidget
- Static HTML: should work in any web browser
- Plain text