itablesEasy Examples

Interactive DataTables in Jupyter notebooks

Getting started with itables

Installation and basic usage of itables.

python
# Install: pip install itables
import itables

# Basic itables usage
print(f"Using itables")
# See documentation for detailed examples
Expected Output
# Expected output shown below
# (Run locally with: itables)

itables is a third-party package. Interactive DataTables in Jupyter notebooks. Install with: pip install itables

Common itables operations

Frequently used features of itables.

python
# Install: pip install itables
import itables

# Common itables patterns
print(f"itables version: {itables.__version__}")

These are the most commonly used features of itables in everyday development.

Want to try these examples interactively?

Open Easy Playground