eelbrain.fmtxt.FMTextElement.save_html
- FMTextElement.save_html(path=None, embed_images=True, meta=None)
Save in HTML format
- Parameters
path (
Union
[Path
,str
,None
]) – Destination filename. If unspecified, a file dialog will open to ask for a destination.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.