[IPython-dev] IPyTables - simple table construction for IPython

Hans Meine hans_meine at gmx.net
Thu Aug 8 08:52:36 EDT 2013


Am Mittwoch, 6. März 2013, 12:16:34 schrieb Thomas Kluyver:
> Demo: http://nbviewer.ipython.org/5098827
> Module: https://gist.github.com/takluyver/5098835
> 
> This is a prototype that I've thrown together quickly: feedback is very
> welcome. Obvious extensions include:
> 
> - Expose more style attributes for customisation (so far it's just text and
> background colour)
> - Add a plain text repr(), so that tables are useable in the terminal

I could help with the latter; at least I have code for pretty-printing tables 
in python in a terminal already.  (Can I clone a gist?  IIRC yes, but I never 
worked with gists so far.)

What about sorting by columns?  (I.e. spicing up the HTML version with 
appropriate JS magic?)

Best regards
  Hans



More information about the IPython-dev mailing list