Paging

Paging#

Use paging=False to show the table in full:

import itables

itables.init_notebook_mode()
df = itables.sample_dfs.get_countries()
itables.show(df.head(8), paging=False)
Loading ITables v2.5.2 from the init_notebook_mode cell... (need help?)