Legacy Notebooks

These notebooks work for tables_io version < 1, and are made available here for reference purposes only.

Notebook

Description

Download

Basic examples

Tutorial on how to use some of the basic tables_io functionality.

singleTable_example.ipynb

Iteration example

How to use tables_io to iterate over HDF5 files

hdf5_iter_example.ipynb

Writing to an HDF5 file

How to write to an HDF5 file from multiple places (i.e. with MPI)

multipleWriteHdf5_example.ipynb

TableDict example

How to use the TableDict class.

tableDict_example.ipynb