GONet Wizard Logo

Contents:

  • Installation
  • Command-Line Interface
  • settings Module
  • GONet Dashboard Package
    • Submodules
      • app
      • callbacks
      • env
      • layout
      • server
      • utils
      • hood sub-package
  • GONet Utils Package
  • commands Package
  • _version
  • Changelog
GONet Wizard
  • GONet Dashboard Package
  • View page source

GONet Dashboard Package

The GONet_dashboard module contains the logic and components for running and managing the GONet Wizard dashboard, built with Plotly Dash. The module includes the app layout, callbacks, and server configuration.

Submodules

  • app
    • Functions:
      • config_app()
  • callbacks
    • Dash callbacks:
      • load()
      • update_main_plot()
      • add_filter()
      • add_or_filter()
      • update_main_filters_value()
      • update_secondary_filters_value()
      • update_filters()
      • export_data()
      • save_status()
      • load_status()
      • update_filter_selection_state()
      • add_selection_filter()
    • Clientside Callback: Export Dashboard Status
  • env
    • Constants
  • layout
    • Layout Overview
    • Placeholders
    • Variables
  • server
  • utils
    • Functions:
      • debug_print()
      • gonet_callback()
      • parse_date_time()
      • new_empty_filter()
      • new_empty_second_filter()
      • new_selection_filter()
  • hood sub-package
    • Submodules
      • load_data
      • plot
Previous Next

© Copyright 2025, Giacomo Terreran.

Built with Sphinx using a theme provided by Read the Docs.