Examples:

In DE_Tools see:

  • Explorations\Other\Nbconvert

jupyter nbconvert main.ipynb —to slides —post serve

jupyter nbconvert presentation.ipynb —to slides —no-prompt —TagRemovePreprocessor.remove_input_tags={“to_remove”} —SlidesExporter.reveal_theme=sky

Use tags to remove cells.

Related: Better?

Use Reveal.js

  • Open the notebook in Jupyter Notebook (not Lab).
  • Go to View > Cell Toolbar > Slideshow
  • Set each cell’s Slide Type as described above. (search within vscode for switch slide type)

Other valid values for “slide_type”: “slide” — starts a new slide “subslide” — nested slide “fragment” — incremental appearance “notes” — speaker notes “skip” — cell excluded from presentation