This is a snapshot of your notebook with all outputs in a standalone HTML file. You can share this .html file via email, and other people can double-click the file to read your notebook.
.html
Info
Important: you can open an HTML export file on any computer, you do not need to have Julia or Pluto installed!
For some examples of HTML export files, check out our featured notebooks.
Step 1 Open your notebook in Pluto, and wait for all cells to finish running. Step 2 Press the Share button in the top right. Step 3 Choose โStatic HTMLโ. Step 4 Choose โDownload HTML fileโ. You can learn more about pluto.land here.
Open your notebook in Pluto, and wait for all cells to finish running.
Press the Share button in the top right.
Choose โStatic HTMLโ.
Choose โDownload HTML fileโ.
You can learn more about pluto.land here.
Whatโs really cool about HTML export files is that they are reproducible: every HTML export file from Pluto includes the .jl source code! That means that someone who reads the notebook can also run the original code and make changes!
.jl
Every HTML export contains an Edit or run button in the top right. When you press it, you see a screen where you can:
HTML export files are all-inclusive, which means that you can open them without an internet connection. This is why the HTML files are quite large (around 8MB plus your content): it includes all the assets (JavaScript, CSS, fonts) that are needed to display the notebook.
Some heavy assets like the JuliaMono font are not included in the file itself, and will load progressively if you have an internet connection.
The HTML can be shared as a file (like PDF), and people can open it by double-clicking the file. But you can also host the HTML file online, and use it as a web page. Learn more
When sharing HTML files online, frontmatter can be used to set the title, description, and author of the page. This information is used in the HTML <meta> tags, which are important for search engines and social media sharing.
<meta>