hdf5widget

This is hdf5widget, a widget for viewing the contents of a HDF5-file in Jupyter Notebooks using ipywidgets.

MIT License

Downloads
41
Stars
18
Committers
1

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