eelbrain.fmtxt.Report.save_html

Report.save_html(path, embed_images=True, meta=None)

Save HTML file of the report

Parameters
  • path (str) – Path at which to save the html. Does not need to contain the extension. A folder with the same name is created fo resource files.

  • embed_images (bool) – Embed images in the HTML file (default True). If False, a separate folder containing image files is created.

  • meta (dict) – Meta-information for document head.