Skip to content
Snippets Groups Projects
Commit e20bcc18 authored by Vermaat's avatar Vermaat
Browse files

Add instruction for submodules

parent 4189f55b
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,12 @@ This will create a set of slides to be viewed in a browser:
ipython nbconvert reveal python-intro.ipynb
Make sure you have the reveal.js submodule repository initialized, otherwise
you won't have any styling and navigation in your slides:
git submodule init
git submodule update
As a reference for students, you could also create a full HTML dump:
ipython nbconvert full_html python-intro.ipynb
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment