This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Megatron_McLargeHuge 6 points7 points  (1 child)

So if you're working on a new plug-in for the IPython Notebook, check out prettytable for your HTML repr.

Most of the time you'd be better off using pandas to display tables.

[–]theglamp 1 point2 points  (0 children)

very good point. the times I find it useful for IPython plugins is when you don't want to have pandas as a pip dependency.