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.2.tar.gz
(932.4 kB
view details)
Built Distribution
reactable-0.1.2-py3-none-any.whl
(116.0 kB
view details)
File details
Details for the file reactable-0.1.2.tar.gz
.
File metadata
- Download URL: reactable-0.1.2.tar.gz
- Upload date:
- Size: 932.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6423a22b8017b9d5b8854a13407549379f542acf58d60d467b263421da7dd56 |
|
MD5 | 8adc4b4d0425d6fc782963912f3275d0 |
|
BLAKE2b-256 | 77c10fb0d581ec853c7f715e79d11621d9e95d0490234b250194dd3ec5683800 |
File details
Details for the file reactable-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: reactable-0.1.2-py3-none-any.whl
- Upload date:
- Size: 116.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 489e25a8526e7b3f149393830e7b4bc31a7736cdb6e851408922b285524f48ad |
|
MD5 | 3dadf7e40731c45c7a36a65f8bcf96f2 |
|
BLAKE2b-256 | 45ac03e7de527723fc76c82a47c13b8dfeca8d4557d5f52bcf076bdfeb9eacba |