epmoyer/ipy_table

Output formatted table after plot

Opened this issue · 0 comments

From what I can see, ipy_table works best if it is the last row in a ipython notebook cell. If not, then there are some issues. I can only get a formatted table if make_table and apply_theme is the last statements.

More info:
I have a loop that will create plots. After each plot I want to have a table. The only way I got ipy_table to output anything was using:
display(make_table(table_content))

The problem is that I could not get a formatted table this way.