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.1.tar.gz
(929.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.1-py3-none-any.whl
(112.8 kB
view details)
File details
Details for the file reactable-0.1.1.tar.gz.
File metadata
- Download URL: reactable-0.1.1.tar.gz
- Upload date:
- Size: 929.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b54cc40008b419997926956f3439bd9342caf8bafe217c7fc79ab87a3966dae
|
|
| MD5 |
bf2bd2bb031dfbae65def16acb58d648
|
|
| BLAKE2b-256 |
21376c6a008cd129880aaf9731cd7d3dc5e5bd4a970d101d7c19889d3d7be975
|
File details
Details for the file reactable-0.1.1-py3-none-any.whl.
File metadata
- Download URL: reactable-0.1.1-py3-none-any.whl
- Upload date:
- Size: 112.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7992f644abc3a976552416d069f25ed6735acc4de8fa5621049bad35f004d9a
|
|
| MD5 |
0db6cb0a8372c7fad4fb7b78babb6769
|
|
| BLAKE2b-256 |
40e7a51a801bea6f2a49653f66854c4c3e9ab5165960a7538bf68adc09618f36
|