hdf5widget

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


Keywords
jupyter, hdf5, notebook, ipywidgets, jupyter-notebook, python
License
MIT
Install
pip install hdf5widget==0.1.0

Documentation

HDF5-Widget

PyPi Version Conda Version

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