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.5.tar.gz
(938.0 kB
view details)
Built Distribution
reactable-0.1.5-py3-none-any.whl
(116.4 kB
view details)
File details
Details for the file reactable-0.1.5.tar.gz
.
File metadata
- Download URL: reactable-0.1.5.tar.gz
- Upload date:
- Size: 938.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
cbf7bf9aeb85752587864f93ada3b6ff17cc5af9438afb7cdc33bb082c25f5be
|
|
MD5 |
0ad54624328a981744eed7a52d3c502f
|
|
BLAKE2b-256 |
443eb5ab4ac9f54c4806d1098b3e108e22ea36498164dd7d53cbce3d156ec32a
|
File details
Details for the file reactable-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: reactable-0.1.5-py3-none-any.whl
- Upload date:
- Size: 116.4 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 |
9d42e7271d41e772455504ca7af10c88a9d2ef2e70086c468877ef6c71f94f1c
|
|
MD5 |
986b80b55ec27f43f2a9a8b7d41dc427
|
|
BLAKE2b-256 |
c5abcf38b3112f3aa5dfdc67c5f69a309563265189d9185e36a08f534712c35e
|