Metadata-Version: 2.1
Name: threedboard
Version: 0.0.6
Summary: Web Interface to visualize the results of 3DB experiments
Home-page: https://github.com/3db/dashboard
Author: 3DB authors
Author-email: leclerc@mit.edu
License: MIT
Description: # dashboard
        Dashboard to explore 3DB experiments
        
        ## Install
        
        `pip install threedboard`
        
        ## Run the dasboard
        
        `python -m threedboard EXPERIMENT_FOLDER`
        
        ## Build from source
        
        When cloning the repo directory the source code for the website has to be built. You will require `node` and `npm` and then run:
        
        `python setup.py build_dashboard`
        
        **Note:** This is not necessary if you install via `pip` it ships with everything built for you out of the box. No external dependencies required to run the dashboard.
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
