Paging

Paging#

Use paging=False to show the table in full:

import itables

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