Skip to content

Commit

Permalink
change default for slides to direct to the cdn rather than locally, q…
Browse files Browse the repository at this point in the history
…uick fix for jupyter#702
  • Loading branch information
mpacer committed Jan 24, 2018
1 parent adf85ce commit 2b74ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbconvert/exporters/slides.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def _reveal_url_prefix_default(self):
warn("Please update RevealHelpPreprocessor.url_prefix to "
"SlidesExporter.reveal_url_prefix in config files.")
return self.config.RevealHelpPreprocessor.url_prefix
return 'reveal.js'
return 'https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.1.0'

reveal_theme = Unicode('simple',
help="""
Expand Down

0 comments on commit 2b74ad8

Please sign in to comment.