itables 2.7.3


pip install itables

  Latest version

Released: Mar 22, 2026


Meta
Author: Marc Wouts
Maintainer: Marc Wouts
Requires Python: >=3.9

Classifiers

Development Status
  • 5 - Production/Stable

Framework
  • Dash
  • Jupyter

Intended Audience
  • Developers
  • Science/Research

License
  • OSI Approved :: MIT License

Programming Language
  • Python
  • Python :: 3
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3.14

Typing
  • Typed

ITables logo

CI codecov.io MIT License Pypi Conda Version pyversions PyPI - Types Code style: black Jupyter Widget Dash Component Streamlit App

This package changes how Pandas and Polars DataFrames are rendered in Python notebooks and applications. With itables you can display your tables as interactive DataTables that you can sort, paginate, scroll or filter.

ITables is just about how tables are displayed. You can turn it on and off in just two lines, with no other impact on your data workflow.

Since v2.6.0, ITables has no dependencies. It works out of the box with Pandas or Polars in Jupyter, Dash, Streamlit, or Marimo—you only need these packages installed. The Jupyter Widget is the sole exception, requiring anywidget. With Narwhals installed, ITables can also display DataFrames from other libraries like cuDF, Modin or PyArrow.

Documentation

Browse the documentation to see examples of Pandas or Polars DataFrames rendered as interactive DataTables.

Quick start

Install the itables package with either

pip install itables

or

conda install itables -c conda-forge

Activate the interactive mode for all series and dataframes in Jupyter with

import itables

itables.init_notebook_mode()

and then render any DataFrame as an interactive table that you can sort, search and explore: df

If you prefer to render only selected DataFrames as interactive tables, call itables.init_notebook_mode(all_interactive=False), then use itables.show to show just one Series or DataFrame as an interactive table: show

ITables in Notebooks

ITables works in all the usual Jupyter Notebook environments, including Jupyter Notebook, Jupyter Lab, Jupyter nbconvert (i.e. the tables are still interactive in the HTML export of a notebook), Jupyter Book, Google Colab and Kaggle.

You can also use ITables in Quarto HTML documents, and in RISE presentations.

ITables works well in VS Code, both in Jupyter Notebooks and in interactive Python sessions.

ITables in Python applications

ITables is also available as

Licence

ITables is developed by Marc Wouts on GitHub, under an MIT license.

ITables is a wrapper for datatables.net which is developed by Allan Jardine (sponsor him!), also under an MIT license.

2.7.3 Mar 22, 2026
2.7.2 Mar 22, 2026
2.7.1 Mar 08, 2026
2.7.0 Feb 04, 2026
2.7.0rc1 Feb 02, 2026
2.7.0rc0 Feb 01, 2026
2.6.2 Dec 26, 2025
2.6.1 Dec 14, 2025
2.6.0 Dec 14, 2025
2.5.2 Sep 02, 2025
2.5.2.dev0 Sep 02, 2025
2.5.1 Aug 31, 2025
2.5.0 Aug 31, 2025
2.4.5 Aug 23, 2025
2.4.4 Jul 08, 2025
2.4.3 Jul 01, 2025
2.4.2 Jun 11, 2025
2.4.1 Jun 10, 2025
2.4.0 May 17, 2025
2.4.0rc1 May 12, 2025
2.4.0rc0 May 11, 2025
2.3.0 Apr 05, 2025
2.2.5 Feb 24, 2025
2.2.4 Dec 07, 2024
2.2.3 Nov 02, 2024
2.2.2 Sep 29, 2024
2.2.1 Sep 22, 2024
2.2.0 Sep 22, 2024
2.1.5 Sep 08, 2024
2.1.4 Jul 03, 2024
2.1.3 Jun 24, 2024
2.1.2 Jun 19, 2024
2.1.1 Jun 08, 2024
2.1.0 May 27, 2024
2.1.0rc3 May 27, 2024
2.1.0rc2 May 27, 2024
2.1.0rc1 May 26, 2024
2.0.1 Apr 30, 2024
2.0.0 Mar 16, 2024
2.0.0rc6 Mar 16, 2024
2.0.0rc5 Mar 16, 2024
2.0.0rc4 Mar 14, 2024
2.0.0rc2 Mar 13, 2024
2.0.0rc1 Mar 13, 2024
1.7.1 Mar 05, 2024
1.7.0 Feb 09, 2024
1.6.4 Feb 04, 2024
1.6.3 Dec 10, 2023
1.6.2 Oct 07, 2023
1.6.1 Oct 01, 2023
1.6.0 Sep 30, 2023
1.5.4 Aug 18, 2023
1.5.3 Jun 11, 2023
1.5.2 Mar 26, 2023
1.5.1 Mar 12, 2023
1.5.0 Mar 11, 2023
1.4.6 Jan 31, 2023
1.4.5 Jan 23, 2023
1.4.4 Jan 15, 2023
1.4.3 Jan 14, 2023
1.4.2 Dec 23, 2022
1.4.1 Dec 04, 2022
1.4.0 Dec 04, 2022
1.3.5 Nov 12, 2022
1.3.4 Nov 07, 2022
1.3.3 Nov 06, 2022
1.3.2 Nov 06, 2022
1.3.1 Nov 05, 2022
1.3.0 Sep 03, 2022
1.2.0 Aug 14, 2022
1.1.3 Aug 11, 2022
1.1.2 Jul 02, 2022
1.1.1 Jun 23, 2022
1.1.0 Jun 23, 2022
1.0.0 Jun 22, 2022
0.4.7 Apr 13, 2022
0.4.6 Mar 29, 2022
0.4.5 Jan 24, 2022
0.4.4 Jan 10, 2022
0.4.3 Jan 08, 2022
0.4.2 Jan 07, 2022
0.4.1 Jan 06, 2022
0.4.0 Jan 06, 2022
0.3.1 Dec 24, 2021
0.3.0 Dec 14, 2020
0.2.2 Oct 01, 2020
0.2.1 Nov 21, 2019
0.2.0 Nov 20, 2019
0.1.0 Apr 22, 2019

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies: