HTML
- pandapower.plotting.to_html(net, filename, respect_switches=True, include_lines=True, include_trafos=True, show_tables=True)
Saves a pandapower Network to an html file.
- Parameters:
**net** (dict)
**filename** (string)
**respect_switches** (boolean, True) – open line switches are being considered (no edge between nodes) False: open line switches are being ignored
**include_lines** (boolean, True)
**include_trafos** (boolean, True)
**show_tables** (boolean, True)