You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having collapsible items (like xarray.Datasets) in groups repr_html_ would help to have user friendly overview of Python objects.
I am wondering whether this feature is already available or not.
Clarification: The ask here is to make individual groups collapsible in the HTML rendering, so it is possible to see all the child groups, without having to see the full contents of a group.
The text was updated successfully, but these errors were encountered:
What is your issue?
Originally posted by @agrouaze in xarray-contrib/datatree#145
Attempted implementation in this PR
Having collapsible items (like
xarray.Datasets
) ingroups
repr_html_ would help to have user friendly overview of Python objects.I am wondering whether this feature is already available or not.
Clarification: The ask here is to make individual groups collapsible in the HTML rendering, so it is possible to see all the child groups, without having to see the full contents of a group.
The text was updated successfully, but these errors were encountered: