Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 602 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 602 Bytes

Spark-Learning

Convert Notebook to Slides:

Make sure you have ipython and nbconvert set up.

In the directory with Mock Questions.ipynb run the following:

ipython nbconvert Mock\ Questions.ipynb --to slides --post serve

  • Some of the slides are just facts or examples rather than practice questions
  • ipython slides allow you to navigate left, right, up and down. The answers to each question is located one slide down from its question. New questions are to the left/right (if this is confusing, launch the slide deck with the command above and it'll be pretty clear...hopefully)