Skip to main content

Data visualization based on signac.

Project description

signac-dashboard: data visualization for signac

PyPI conda-forge CircleCI RTD License PyPI-downloads Gitter

Built on top of the signac framework, signac-dashboard allows users to rapidly visualize and analyze data managed in a signac project.

Resources

Installation

The recommended installation method for signac-dashboard is through conda or pip. The software is tested for Python 3.5+ 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

signac_dashboard-0.2.5-py3-none-any.whl (1.3 MB view details)

Uploaded Python 3

File details

Details for the file signac_dashboard-0.2.5-py3-none-any.whl.

File metadata

  • Download URL: signac_dashboard-0.2.5-py3-none-any.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.32.2 CPython/3.7.4

File hashes

Hashes for signac_dashboard-0.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 77fe80f7c10f8314ee1b1c2055cbdd0fc7ce6f6244d19e6448c1399b6690ecb4
MD5 9db57dda9aa364cd0605a3b261400d72
BLAKE2b-256 fcd551aefd6ebd583531825e5a0752e1044edc6a796e4dae2b257eb5b5f686f6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page