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.3.tar.gz
(937.8 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.3-py3-none-any.whl
(116.0 kB
view details)
File details
Details for the file reactable-0.1.3.tar.gz.
File metadata
- Download URL: reactable-0.1.3.tar.gz
- Upload date:
- Size: 937.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84aa79d6a9daff298371ece821a9236862f66763aba1433d71a1f2910bc9c9b6
|
|
| MD5 |
fd29609e9ef0fd488ea7353760c2ed6d
|
|
| BLAKE2b-256 |
49185c04971189d812b4c26f7d7dac66fb3a28caceeacbd3949cf4b3bccbccd9
|
File details
Details for the file reactable-0.1.3-py3-none-any.whl.
File metadata
- Download URL: reactable-0.1.3-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 |
f1ccfb8741ba3e080927a8b7c47e31ff6103d5268943f4efc415184fe2fd2425
|
|
| MD5 |
f7acf0f0153a3be39cef0b16aa288111
|
|
| BLAKE2b-256 |
119da2630f9d637b8b05920e8dc4343b7e7da47903062eda3c3e70a980062a2b
|