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
When hdmf-dev/hdmf#1100 is merged into hdmf, it would be nice to add a generate_dataset_html method to ZarrIO to improve the html representation of Zarr Arrays.
Is your feature request related to a problem?
No response
What solution would you like?
I believe a Zarr implementation that looks something like this should work:
defgenerate_dataset_html(dataset):
"""Generates an html representation for a dataset for the ZarrIO class"""# get info from zarr array and generate html reprzarr_info_dict= {k:vfork, vindataset.info_items()}
repr_html=generate_array_html_repr(zarr_info_dict, dataset, "Zarr Array")
returnrepr_html
Do you have any interest in helping implement the feature?
What would you like to see added to HDMF-ZARR?
When hdmf-dev/hdmf#1100 is merged into hdmf, it would be nice to add a
generate_dataset_html
method toZarrIO
to improve the html representation of Zarr Arrays.Is your feature request related to a problem?
No response
What solution would you like?
I believe a Zarr implementation that looks something like this should work:
Do you have any interest in helping implement the feature?
Yes.
Code of Conduct
The text was updated successfully, but these errors were encountered: