Local HTML export
IPYNB to HTML
Create a self-contained HTML document from supported saved notebook content. HTML and SVG output are sanitized before export.
Export sanitized HTML
The HTML file is generated and downloaded in your browser.
.ipynb fileYour file is processed only in this browser.
When HTML is the right format
Choose HTML when the recipient needs a static browser-readable document with selectable text and saved notebook output. It is useful for review, archiving, or browser printing when a PDF layout is not the immediate goal.
The export uses only content saved in the `.ipynb` file. It does not execute code, load local files, call APIs, or recreate missing charts and tables.
Output and safety limits
Saved text, images, and supported table output can be represented in the HTML file. Rich HTML and SVG output are sanitized first; active scripts, forms, unsafe links, and embedded frames are not preserved.
Interactive widgets and JavaScript-dependent charts need a static saved representation before conversion. Review the downloaded document before publishing or sharing it.