Skip to main content

Visualize data spaces in a web browser.

Project description

signac-dashboard - data visualization for signac

Affiliated with NumFOCUS PyPI conda-forge RTD License PyPI-downloads Slack Twitter GitHub Stars

The signac framework helps users manage and scale file-based workflows, facilitating data reuse, sharing, and reproducibility.

The signac-dashboard package allows users to rapidly visualize and analyze data from a signac project in a web browser.

Resources

Installation

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

if __name__ == '__main__':
    modules = [StatepointList(), DocumentList(), ImageViewer(context="JobContext"),
               ImageViewer(context="ProjectContext"), Schema()]
    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 Distribution

signac-dashboard-0.6.0.tar.gz (1.2 MB view details)

Uploaded Source

Built Distribution

signac_dashboard-0.6.0-py3-none-any.whl (1.2 MB view details)

Uploaded Python 3

File details

Details for the file signac-dashboard-0.6.0.tar.gz.

File metadata

  • Download URL: signac-dashboard-0.6.0.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for signac-dashboard-0.6.0.tar.gz
Algorithm Hash digest
SHA256 2b375befdf7106caaaf6b61dbf1141950bf166e5a5649f70f3915ffbdc1ebd58
MD5 80d4e67f4414591dc9155b8b43ee41b1
BLAKE2b-256 2107972d34604ec9f379495a8757ebefcd9c150fe6e203fc806b32b2dbd31a73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for signac_dashboard-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 73b0b766571699ce9188e8bc2c3ff62b1eff12c528ab4900b3e833105752fdeb
MD5 b238f17a2a4340f40f91e8f052b10be9
BLAKE2b-256 b9d341d1fbbdf1f21c092d1ea69e0aa0d41f0097eb50dd696d57b46273c05ea8

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