Show More
@@ -61,24 +61,9 b' The currently supported export formats are:' | |||||
61 | * ``--to slides`` |
|
61 | * ``--to slides`` | |
62 |
|
62 | |||
63 | This generates a Reveal.js HTML slideshow. |
|
63 | This generates a Reveal.js HTML slideshow. | |
64 |
It must be served by an HTTP server. The easiest way to |
|
64 | It must be served by an HTTP server. The easiest way to do this is adding | |
65 | ``--post serve`` on the command-line. |
|
65 | ``--post serve`` on the command-line. | |
66 | For low connectivity environments, you can use a local copy of the reveal.js library. |
|
66 | ||
67 | This can be any relative URL, ``reveal.js`` being most likely. |
|
|||
68 | Do not forget to move your downloaded ``reveal.js`` library to the same folder where your slides are located. |
|
|||
69 |
|
||||
70 | Fetching the latest reveal.js from GitHub: |
|
|||
71 |
|
||||
72 | .. sourcecode: bash |
|
|||
73 |
|
||||
74 | curl -L https://github.com/hakimel/reveal.js/archive/master.tar.gz | tar -xzf - |
|
|||
75 | mv reveal.js-master reveal.js |
|
|||
76 | ipython nbconvert mynotebook --to slides --reveal-prefix=reveal.js |
|
|||
77 |
|
||||
78 | .. note:: |
|
|||
79 |
|
||||
80 | If you want to use the speaker notes plugin, you must use a local reveal.js copy |
|
|||
81 |
|
||||
82 | * ``--to markdown`` |
|
67 | * ``--to markdown`` | |
83 |
|
68 | |||
84 | Simple markdown output. Markdown cells are unaffected, |
|
69 | Simple markdown output. Markdown cells are unaffected, |
General Comments 0
You need to be logged in to leave comments.
Login now