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.6.tar.gz
(939.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
reactable-0.1.6-py3-none-any.whl
(117.2 kB
view details)
File details
Details for the file reactable-0.1.6.tar.gz.
File metadata
- Download URL: reactable-0.1.6.tar.gz
- Upload date:
- Size: 939.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1ee033b53496ffb2d886b51df4468ec5af7fcb1923509d76780891e98bbe6bd
|
|
| MD5 |
e32b4766c2f94682576e5a5d8f548cc8
|
|
| BLAKE2b-256 |
8262ee0c8e57bec52b61e2024827c5c78c5d8f70ccc3219cd969e5a3e0471c61
|
File details
Details for the file reactable-0.1.6-py3-none-any.whl.
File metadata
- Download URL: reactable-0.1.6-py3-none-any.whl
- Upload date:
- Size: 117.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab72b50d570a954018b13d055a3ea948c3b9f2d6ebda8a97f0dddee04f71e752
|
|
| MD5 |
75f5e9b6a427d0f29a2d7cf1d53fac5a
|
|
| BLAKE2b-256 |
ec872dd6e046b003d95a28dd7a133014e3d5b61bb62319291142887203dff70e
|