View on GitHub

ipy_table

Easily create richly formatted data tables in IPython Notebooks

Download this project as a .zip file Download this project as a tar.gz file

About

ipy_table allows you to quickly and easily generate richly formatted data tables in IPython Notebooks. Both an interactive and a class-based workflow are supported. In interactive mode table formatting operations can be applied (and the results seen) in succession, as shown below.

example

For details see the Introduction and the ipy_table Reference Guide

Install

Download and run 'python setup.py install'.

License

Modified BSD.

Authors

Eric Moyer (eric@lemoncrab.com)

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/epmoyer/ipy_table

Get the source code on GitHub: epmoyer/ipy_table