How to export a Pluto.jl notebook
After writing your Pluto notebook, you have a couple options to export your notebook, to share with someone else. The following options are available directly from the Pluto editor:
- Notebook file (
.jl
) β This is how Pluto stores your notebook file, and you can share it directly with someone else so they can run your notebook. - Static HTML β A snapshot of your notebook with outputs in a versatile format.
- PDF β A traditional PDF document for printing.
- Recording β A special type of video!
Press the Share button in the top right.
![]()