gemseo /
utils
show_utils module
Copyright ONERA, taken from WhatsOpt-CLI https://github.com/OneraHub/WhatsOpt-
CLI/blob/master/whatsopt/show_utils.py.
Distributed under the Apache 2.0 license
Minor modifications by Francois Gallard : merge the two methods an comment
Functions:
generate_xdsm_html(xdsm[, file_path])
|
Generate a HTML file to visualize a dynamic and interactive XDSM. |
-
gemseo.utils.show_utils.generate_xdsm_html(xdsm, file_path='xdsm.html')[source]
Generate a HTML file to visualize a dynamic and interactive XDSM.
- Parameters
xdsm (XdsmType) – The XDSM structure.
file_path (Union[str,Path]) – The name of the path to the output HTML file.
- Return type
None