Skip to main content

App for data visualization

Reason this release was yanked:

Module is not executable.

Project description

Introduction

Data visualization tool based in Dash framework. Allows to easly visualize 3D data sets from a data matrix in the source file. Currently supported graphics are:

  • 3D Scatter

Getting Started

  1. Installation process Its recommended to install all depdendencies in a virtual environment.
python -m venv .\.env
.\.env\Scripts\activate
pip install -r .\requirements.dev.txt
  1. Run the app
python .\src\app.py

Access the url http://127.0.0.1:8050/

  1. Software dependencies
  • Python 3
  1. Latest releases

Build and Test

TODO: Describe and show how to build your code and run the tests.

Generate package

python3 -m pip install --user --upgrade setuptools wheel twine
python3 setup.py sdist bdist_wheel

Contribute

TODO

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

Built Distribution

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