GUI Launcher
The packaged Tkinter GUIs are exposed through a small launcher surface:
- design_research_problems.gui.launch_gui(app='iot')[source]
Launch one packaged Tkinter GUI app by identifier.
- Parameters:
app – GUI identifier (“iot” or “truss”).
- Raises:
ValueError – If
appis unknown.MissingOptionalDependencyError – If Tkinter is unavailable.