mwouts / itables

Pandas DataFrames as Interactive DataTables
https://mwouts.github.io/itables/
MIT License
768 stars 56 forks source link

Fix style in Colab #200

Closed mwouts closed 1 year ago

mwouts commented 1 year ago

In this PR we pass the table_attributes and caption directly to the to_html method. This way we don't need to parse/modify the HTML generated by Styler.to_html.

Closes #199