Data visualization based on signac.
Project description
signac-dashboard: data visualization for signac
Built on top of the signac framework, signac-dashboard allows users to rapidly visualize and analyze data managed in a signac project.
Resources
- Dashboard topic guide: Introduction to signac-dashboard.
- Dashboard documentation: Package reference and APIs.
- Dashboard examples: Example dashboards demonstrating a variety of use cases.
- Framework documentation: Examples, tutorials, topic guides, and package Python APIs.
- Chat Support: Get help and ask questions on the signac gitter channel.
- signac website: Framework overview and news.
Installation
The recommended installation method for signac-dashboard is through conda or pip. The software is tested for Python 3.4+ and is built for all major platforms.
To install signac-dashboard via the conda-forge channel, execute:
conda install -c conda-forge signac-dashboard
To install signac-dashboard via pip, execute:
pip install signac-dashboard
Detailed information about alternative installation methods can be found in the documentation.
Quickstart
In an existing signac project directory, create a file dashboard.py
:
from signac_dashboard import Dashboard from signac_dashboard.modules import StatepointList, DocumentList, ImageViewer if __name__ == '__main__': modules = [StatepointList(), DocumentList(), ImageViewer()] Dashboard(modules=modules).main()
Then launch the dashboard:
$ python dashboard.py run
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size signac_dashboard-0.2.1-py3-none-any.whl (1.3 MB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Close
Hashes for signac_dashboard-0.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c0dc9ee645b7baec57e541f05696bda2b26dad711fa063f0d0ca0c655181ea7 |
|
MD5 | d21ad2f50e8e3b3916f4170fb1f7456b |
|
BLAKE2-256 | 49815672c058180967c5f37cc85c1ec7ba832c4c02a0e2501ca8173d6d2bff01 |