python-training
python-training copied to clipboard
Extremely long output cells
At least one notebook in the workshop, xarray-and-cf
, has a crazy long and difficult to navigate page due to some fully rendered xarray datasets and ncdump
output.
Would it make sense to switch to the xarray html repr (default as of 0.15.1, available since 0.14.1 with xarray.set_options(display_style="html")
) to help with the rendered xarray Datasets/DataArrays, and then to just the headers with ncdump (!ncdump -h test_netcdf.nc
)?