HTML export¶
Standalone HTML (offline)¶
Fully offline — Cytoscape.js embedded, no internet needed.
With AI documentation¶
docs = result.document(base_url="http://localhost:11434/v1", model="llama3.1")
result.save_html("lineage.html", docs=docs)
With screenshots¶
screenshots = result.save_screenshots("screenshots/")
result.save_html("lineage.html", screenshots=screenshots)
One image per sheet, keyed by sheet name, so the Sheets tab shows each one under the sheet it renders. See screenshots for the flat print-page alternative.
In a notebook¶
Renders an isolated iframe with the interactive graph.