Interactive tables for Python.
Project description
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)
Learn more
Essentials
Controls
Structure
Format
- Column formatting
- Column aggregated cells
- Rendering cells
- Rendering header and footer
- Rendering details
Style
Extra
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
reactable-0.1.0.tar.gz
(928.6 kB
view details)
Built Distribution
reactable-0.1.0-py3-none-any.whl
(112.5 kB
view details)
File details
Details for the file reactable-0.1.0.tar.gz
.
File metadata
- Download URL: reactable-0.1.0.tar.gz
- Upload date:
- Size: 928.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1b0651d65ed1af32369de85916132eb5fbaac8fbcefb106a10d381b972e3b12 |
|
MD5 | 35691971bb17355d3ce672c435bcd1a8 |
|
BLAKE2b-256 | fd58983164e4466e091ae4bb4d0626650cd21369461249e6a42640350e507472 |
File details
Details for the file reactable-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: reactable-0.1.0-py3-none-any.whl
- Upload date:
- Size: 112.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f69bc7e7fcb22032e84ee196f898fc9400df4401b2842ed172d642712af025f |
|
MD5 | 6845cebc00e6f40f3afcb1eaa5d75d8b |
|
BLAKE2b-256 | b0c7eb9e34044dfac31095e972fa18d9ff454cd6391d9647047c5464d37228f9 |