pyOMA.GUI.JupyterGUI.ConfigGUIWeb#

pyOMA.GUI.JupyterGUI.ConfigGUIWeb(config_dict)[source]#

Display an interactive configuration file editor in Jupyter.

Renders editable text areas for each configuration file whose path is specified in config_dict.

Parameters:

config_dict (dict) – Dictionary with optional keys 'project_dir', 'setup_dir', 'result_dir' and others mapping to configuration file paths.

Returns:

Assembled widget ready for display().

Return type:

ipywidgets.Widget