zarr-python icon indicating copy to clipboard operation
zarr-python copied to clipboard

zarr.tree() on h5py File in notebook renders with wrong icon for root node and datasets

Open alimanfoo opened this issue 7 years ago • 2 comments

Problem description

zarr.tree() is designed to work with either zarr Group or h5py File. When passed an h5py File the icons rendered in the jupyter notebook are wrong for the root node (should be black folder icon like groups) and for datasets (should be table icon). E.g.:

image

Version and installation information

  • Value of zarr.__version__: 2.2.0
  • Version of Python interpreter: 3.6

alimanfoo avatar May 10 '18 08:05 alimanfoo

Yeah, this must be some underlying representation of jsTree showing up in the representation. It's strange that it only happens with HDF5 files. Maybe something about how we determine what a Dataset is is not working. Perhaps this issue is simpler than it looks.

jakirkham avatar Dec 04 '18 07:12 jakirkham

Is this still an issue with recent releases? Wondering if this is gone after moving to ipytree?

jakirkham avatar Jan 28 '22 08:01 jakirkham