Skip to main content

How to run presentation from Jupyter notebook

Running jupyter notebook as presentation:

jupyter nbconvert Presentation.ipynb --to slides --post serve

Comments