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:
- 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.
![]()
Step 3
Choose โNotebook fileโ.
![]()