You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: