A lightweight static HTML dashboard generator with Plotly and pandas support.
Project description
staticdash
staticdash is a lightweight Python module for creating static, multi-page HTML dashboards. It supports:
- Plotly plots (interactive, responsive)
- Pandas DataFrames as sortable tables
- Text and headers (Markdown-like)
- File download buttons
- Multi-page navigation with sidebar
- Custom CSS and JavaScript
- Easy extension for new content types
Installation
pip install staticdash
Features
- Add Plotly figures:
page.add(fig) - Add tables:
page.add(df)(sortable by default) - Add text or headers:
page.add("Some text"),page.add_header("Title", level=2) - Add download buttons:
page.add_download("path/to/file", "Label") - Multi-page: Create multiple
Pageobjects and add them to yourDashboard - Custom styling: Edit
assets/css/style.cssfor your own look
Options
- Sidebar navigation: Fixed, with active highlighting
- Responsive layout: Works on desktop and mobile
- Export: Outputs a static HTML dashboard (no server needed)
- Per-page HTML: Also generates individual HTML files for each page
Live Demo
View the latest demo dashboard
For a full example, see demo.py in this repository.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
staticdash-2025.23.tar.gz
(12.5 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
File details
Details for the file staticdash-2025.23.tar.gz.
File metadata
- Download URL: staticdash-2025.23.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10721bde4b4fdb2ec55de9079a48ac735dcb185e207c1fab451f397c3a135b27
|
|
| MD5 |
a5491c10c392cb84e6f62ad1b055468c
|
|
| BLAKE2b-256 |
0702d206d769dcf57a2e0d71c0f86cd6b4924820101d665b2f7ebbb2528a22de
|
File details
Details for the file staticdash-2025.23-py3-none-any.whl.
File metadata
- Download URL: staticdash-2025.23-py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa21126181ccf530d22f6524a214cbf88d041c253d32a357170b661b4331e41f
|
|
| MD5 |
cb15271b1c1287acdc63f6dd2e54ec0e
|
|
| BLAKE2b-256 |
1d91f89c586d3f4fa21570810a8799376c3957b9c3096a3515a4cd02fff88033
|