Repository to demonstrate how to create presentations (html slides) using jupyter notebooks
pipenv install
pipenv run jupyter-lab
- Edit the
slide_demo.ipynb
jupyter notebook
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.