Where to show the table. If “auto”, infer whether the table can be displayed inline (e.g. in a notebook), or whether a browser is needed (e.g. in a console).
Examples
The example below when in the Great Tables documentation, should appear on the page.
from great_tables import GT, exibbleGT(exibble.head(2)).show()GT(exibble.tail(2)).show()