gemseo.utils.show_utils module#

Copyright ONERA, taken from WhatsOpt-CLI.

OneraHub/WhatsOpt-CLI

Distributed under the Apache 2.0 license

Minor modifications by Francois Gallard : merge the two methods a comment

generate_xdsm_html(xdsm, file_path='xdsm.html')[source]#

Generate an HTML file to visualize a dynamic and interactive XDSM.

Parameters:
  • xdsm (dict[str, Any]) -- The XDSM structure.

  • file_path (str | Path) --

    The name of the path to the output HTML file.

    By default it is set to "xdsm.html".

Return type:

None