Pluto.jl has a built-in presentation mode that lets you view your notebook in full-screen as a slideshow.
Presentation mode can be started from the Pluto.jl interface.
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 Click the โSlideshowโ button.
Open your notebook in Pluto, and wait for all cells to finish running.
Press the Share button in the top right.
Click the โSlideshowโ button.
In presentation mode, you can use the arrow buttons in the bottom right to move between slides. You can also use the keyboard arrow keys. Press the Escape key to exit presentation mode.
If you want to present in full screen (without the browser addres bar, etc), use your browserโs full screen mode (F11).
Pluto uses Markdown headers as slide separators: every time you write a header in Markdown, it is treated as a new slide. There are two slide types:
#
##
All other headers (### etc) do not create a new slide, they will be part of the previous slide.
###
If your notebooks contains these two cells:
md""" # Here is a title slide! With some extra content """
md""" ## This is a regular slide Blablabla """
In regular Pluto, this looks like:
In presentation mode, this creates two slides: