Skip to content

Output formatted table after plot #16

@sebnil

Description

@sebnil

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions