Caption#
import itables
itables.init_notebook_mode()
df = itables.sample_dfs.get_countries(html=False)
itables.show(df, "Countries from the World Bank Database")
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 🤔).