Show More
@@ -24,12 +24,12 b' from IPython.utils.traitlets import Unicode, Bool' | |||
|
24 | 24 | |
|
25 | 25 | class RevealHelpPreprocessor(Preprocessor): |
|
26 | 26 | |
|
27 |
url_prefix = Unicode(' |
|
|
27 | url_prefix = Unicode('reveal.js', config=True, | |
|
28 | 28 | help="""The URL prefix for reveal.js. |
|
29 | 29 | This can be a a relative URL for a local copy of reveal.js, |
|
30 | 30 | or point to a CDN. |
|
31 | 31 | |
|
32 | For speaker notes to work, a local reveal.js must be used. | |
|
32 | For speaker notes to work, a local reveal.js prefix must be used. | |
|
33 | 33 | """ |
|
34 | 34 | ) |
|
35 | 35 |
General Comments 0
You need to be logged in to leave comments.
Login now