.. _related_projects:
================
Related Projects
================
Other viewers for HDF5 files are available, including
General
-------
* `hdfview `_, from the `HDF5 Group `_, a more complex tool in Java which also has capabilities for creating and editing HDF5 files.
Python based
------------
* `argos `_, Python/Qt gui with advanced capabilites for viewing/exploring scientific data in various formats including HDF5. Plugin architecture allows extension to other data formats.
* `broh5 `_, a browser-based HDF5 viewer written in Python with capabilites for viewing the structure of files and showing (slices of) datasets as images, plots and tables.
* `hdf5-viewer `_, a Python-based hdf5 viewer with capability to view datasets as graphs or text and to export data.
* `HDF compass `_, a Python-based HDF5 viewer from the `HDF5 Group `_, designed to be simple to use with a plugin system allowing extension to new formats. This project does not appear to be under active development and may currently not support Python3.
Jupyter notebook based
----------------------
* `jupyterlab-h5web `_, view HDF5 files in a jupyterlab widget as 1D, 2D, or 3D or scalar plots. Also supports the Nexus format.
* `hdf5widget `_, a widget for viewing HDF5 files using ipywidgets in Jupyter Notebooks.