Note that this function is often unecessary in a notebook. However, it’s sometimes useful for manually triggering display within a code cell.
Parameters
Name
Type
Description
Default
target
Literal[‘auto’, ‘notebook’, ‘browser’]
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).
'auto'
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()