Using the GUI

While the SimulationStudy class offers powerful programmatic control, sometimes you just need a clean visual interface to explore your data without writing scripts. The DigiQual App wraps the core statistical engine into a modern, user-friendly graphical interface, allowing you to run the entire lifecycle—from design to diagnostics to reliability analysis—directly in your browser.

1. How to Access the App

Currently, the DigiQual app is bundled directly with the Python package. Depending on your workflow, there are a few ways to launch it.

Option B: From a Python Script

If you are already working inside a Python script or a Jupyter environment, you can launch it locally using the built-in UI function.

# Launch the local application
from digiqual import dq_ui

dq_ui()

This will spin up a local server and automatically open the DigiQual dashboard in your default web browser.

Coming Soon: Standalone Executables We are actively developing standalone, double-click executables for both Windows and macOS. In the near future, you or your colleagues will be able to run the complete DigiQual toolkit as a standard desktop application, without needing to install Python, manage virtual environments, or touch a command line.

Note

Looking for a detailed breakdown of the functionality inside the App? Check out the GUI Desktop Manual.