reactable generates interactive tables in Python. It's a port of the R package reactable by @glin.
See these handy documentation pages:
pip install reactable
Use with jupyter notebooks or quarto documents (.qmd) to display tables.
from reactable import Reactable, embed_css
from reactable.data import sleep
embed_css()
Reactable(sleep)
Essentials
Controls
Structure
Format
Style
Extra