Skip to content

Instantly share code, notes, and snippets.

@mutairibassam
Last active December 18, 2020 20:17
Show Gist options
  • Save mutairibassam/bab26414b3fc8ae9d5882adbff74d96a to your computer and use it in GitHub Desktop.
Save mutairibassam/bab26414b3fc8ae9d5882adbff74d96a to your computer and use it in GitHub Desktop.
convert-notebook-to-slides
# In your terminal, replace NOTEBOOK_NAME with the name of your notebook
jupyter nbconvert NOTEBOOK_NAME.ipynb --to slides --post serve
jupyter nbconvert NOTEBOOK_NAME.ipynb --to html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment