🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

reactable

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactable

Interactive tables for Python.

pipPyPI
Version
0.1.6
Maintainers
1

reactable-py

reactable generates interactive tables in Python. It's a port of the R package reactable by @glin.

See these handy documentation pages:

Features

  • controls: sorting, filtering, and pagination.
  • structure: grouping, aggregating, expanding rows.
  • format: represent numbers, dates, currencies.
  • style: conditional styling for headers, cell values, and more.

Installing

pip install reactable

Basic use

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)

reactable example table using the sleep dataset

Learn more

Essentials

Controls

Structure

Format

Style

Extra

Keywords

tables

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts