Go to file
Matthias Bussonnier 44e0d28345 Merge pull request #3863 from damianavila/speaker_notes
Added working speaker notes for slides.

To resume, I fetch the cdn containing the files we need to make speaker notes works. Then I pass this info using the resources dict to the write which output the files in the correct path...
I make some other additions to make this feature an option from the command line, ie:

if you want a simple slideshow:
ipython nbconvert your_slides.ipynb --to slides

if you want a simple served slideshow:
ipython nbconvert your_slides.ipynb --to slides --post serve

if you want to use a local copy of the reveal.js library:
ipython nbconvert your_slides.ipynb --to slides --post serve --local reveal.js

and if you want to use speaker notes:
ipython nbconvert your_slides.ipynb --to slides --post serve --notes True
or
ipython nbconvert your_slides.ipynb --to slides --post serve --notes True --local reveal.js 
but this last one is redundant because if you are using a local reveal.js library the speaker notes are functional by default.
2013-08-16 00:50:34 -07:00
docs/source Merge pull request #3863 from damianavila/speaker_notes 2013-08-16 00:50:34 -07:00
examples remove informal notes from importing example 2013-07-26 09:41:41 -07:00
git-hooks add git hooks for submodules 2013-05-03 13:08:54 -07:00
IPython Merge pull request #4035 from mlhenderson/master 2013-08-15 17:10:38 -07:00
.gitignore update frontend in MANIFEST and .gitignore 2013-06-27 11:14:09 -07:00
.mailmap updated .mailmap 2013-07-11 10:36:26 -07:00
setup.py add 'all' extras 2013-07-17 15:05:08 -07:00
setupbase.py added check_for_tornado, closes #3916 2013-08-05 22:19:33 -07:00