hdf5widget
hdf5widget copied to clipboard
This is hdf5widget, a widget for viewing the contents of a HDF5-file in Jupyter Notebooks using ipywidgets.
HDF5-Widget
This is hdf5widget, a widget for viewing the contents of a HDF5-file in Jupyter Notebooks using ipywidgets.
Install
Installing with pip
pip install hdf5widget
Installing with conda
conda install -c mrossi hdf5widget
Usage
Assume you have a HDF-file file.hdf5
.
from hdf5widget import HDF5Widget
HDF5Widget('file.hdf5').widget