Frequently Asked Questions#

I find .cf repr hard to read!#

Install rich and load the Jupyter extension for easier-to-read reprs.

%load_ext rich

import cf_xarray
import xarray as xr

ds = xr.tutorial.open_dataset("air_temperature")
ds.cf

rich repr