-
Notifications
You must be signed in to change notification settings - Fork 44
Description
Hello! I stumbled across this package https://github.com/m-rossi/hdf5widget and it works very well to traverse hdf5 files in jupyter notebooks. May be of interest to you all - not to add to dxchange, but just FYI.
Working on a way to access hdf data interactively and plot it.
The read_hdf_meta function works great for showing the hdf contents via text, but I'm wondering if you have anything interactive. If any of you have a solution for this already, shoot it my way.
Here is a preview - goal here is to be able to click on a dataset and have it plot in the viewer to the right.

This is also a nice package to view and visualize data, but they do not have a python API for it so you cannot access the data you select (as far as I am aware): https://github.com/silx-kit/jupyterlab-h5web.