mwouts / itables

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

Pandas Style fail to render in Colab #199

Closed mwouts closed 9 months ago

mwouts commented 9 months ago

Pandas Style objects fail to render in Google Colab.

This is because the HTML representation of the style object generated by to_html is

<table id="T_4b0528c8-6c7e-4821-bad4-20c3dbda01a8" class="dataframe">

while itables expect it to be only equal to

<table id="T_4b0528c8-6c7e-4821-bad4-20c3dbda01a8">