ipy_table
ipy_table copied to clipboard
Display header row for a headerless table
If my table starts with a header row, I can use apply_theme('basic')
to highlight it.
But if my table doesn't start with a header row, and I want to display names for the columns, I'd like to be able to specify them when calling make_table()