Is your feature request related to a problem?
If I have an accessor that holds useful information outside of core xarray's scope then I would like to be able to see things about it in the repr.
e.g. I have this ome-zarr (ngff) accessor with a repr:
and id like that to be under a collapsible accessors in the repr
Describe the solution you'd like
repr (both text and html) also include any active accessors. This will require having some way to keep track of what accessors we have.
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem?
If I have an accessor that holds useful information outside of core xarray's scope then I would like to be able to see things about it in the repr.
e.g. I have this ome-zarr (ngff) accessor with a repr:
and id like that to be under a collapsible
accessorsin the reprDescribe the solution you'd like
repr (both text and html) also include any active accessors. This will require having some way to keep track of what accessors we have.
Describe alternatives you've considered
No response
Additional context
No response