Caption

Caption#

import itables

itables.init_notebook_mode()

df = itables.sample_dfs.get_countries(html=False)
itables.show(df, "Countries from the World Bank Database")
Loading ITables v2.4.0rc1 from the init_notebook_mode cell... (need help?)

The caption appears at the bottom of the table by default: this is governed by caption-side:bottom in the style option (but for some reason this is not effective in Jupyter Book 🤔).