Skip to content

Repository to demonstrate how to create presentations (html slides) using jupyter notebooks

Notifications You must be signed in to change notification settings

kiqo/jupyter_presentation_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jupyter_presentation_demo

Repository to demonstrate how to create presentations (html slides) using jupyter notebooks

How to run jupyter-lab and create the presentation content

  1. pipenv install
  2. pipenv run jupyter-lab
  3. Edit the slide_demo.ipynb jupyter notebook

How to create the presentation

pipenv run jupyter nbconvert slide_demo.ipynb --execute --to slides --post serve will create the file slide_demo.slides.html. Open this file in any browser to see the presentation slides.

About

Repository to demonstrate how to create presentations (html slides) using jupyter notebooks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published