MneExperiment
Save an FMText object in HTML format
fmtext (FMText) – Object to save.
path (Union[Path, str, None]) – Destination filename. If unspecified, a file dialog will open to ask for a destination.
Union
Path
str
None
embed_images (bool) – Embed images in the HTML file (default True). If False, a separate folder containing image files is created.
bool
meta (Optional[dict]) – Meta-information for document head.
Optional
dict