Displaying a DataFrame in jupyter without column types

Hi @artemsolod,

In the released version, PrettyTables is not used to render HTML. It will be available when that PR mentioned by @bkamins is merged. This is the reason why you are seeing a different theme when using PrettyTables (side note: this default print will change in the next release of PrettyTables).

Hi @bkamins,

In this PR, we already have the possibility to pass any argument to PrettyTables just as the text backend so that the user can customize the output:

5 Likes