##// END OF EJS Templates
Merge pull request #3863 from damianavila/speaker_notes...
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.
Matthias Bussonnier -
r12197:4565b731 merge
Show More
Name Size Modified Last Commit Author
/ IPython / utils
tests
PyColorize.py Loading ...
__init__.py Loading ...
_process_common.py Loading ...
_process_posix.py Loading ...
_process_win32.py Loading ...
_process_win32_controller.py Loading ...
_sysinfo.py Loading ...
_tokenize_py2.py Loading ...
_tokenize_py3.py Loading ...
attic.py Loading ...
codeutil.py Loading ...
coloransi.py Loading ...
contexts.py Loading ...
daemonize.py Loading ...
data.py Loading ...
decorators.py Loading ...
dir2.py Loading ...
doctestreload.py Loading ...
encoding.py Loading ...
frame.py Loading ...
generics.py Loading ...
importstring.py Loading ...
io.py Loading ...
ipstruct.py Loading ...
jsonutil.py Loading ...
localinterfaces.py Loading ...
module_paths.py Loading ...
openpy.py Loading ...
path.py Loading ...
pickleshare.py Loading ...
pickleutil.py Loading ...
process.py Loading ...
py3compat.py Loading ...
rlineimpl.py Loading ...
strdispatch.py Loading ...
submodule.py Loading ...
sysinfo.py Loading ...
syspathcontext.py Loading ...
tempdir.py Loading ...
terminal.py Loading ...
text.py Loading ...
timing.py Loading ...
tokenize2.py Loading ...
traitlets.py Loading ...
tz.py Loading ...
ulinecache.py Loading ...
version.py Loading ...
warn.py Loading ...
wildcard.py Loading ...
zmqrelated.py Loading ...