dashboard
The dashboard command launches the interactive GONet Wizard dashboard from
JSON or CSV data products.
The dashboard is a GUI-backed Dash application that opens in a managed desktop window.
Usage
GONet_Wizard dashboard [-h] [--debug] [--port PORT] input [input ...]
Arguments
inputOne or more input data paths.
Inputs may be JSON files, CSV files, or directories containing supported data products.
Options
--debugRun the dashboard in debug mode with more verbose logging.
--port PORTPort for the Dash server.
Examples
Launch the dashboard from a directory of extraction outputs:
GONet_Wizard dashboard results/
Launch the dashboard from specific files:
GONet_Wizard dashboard extraction_1.json extraction_2.json
Launch the dashboard on a custom port:
GONet_Wizard dashboard results/ --port 8050
GUI Equivalent
The graphical equivalent is Dashboard GUI guide.