##// END OF EJS Templates
Refactoring for the rename of ConverterTemplate to Exporter.
Refactoring for the rename of ConverterTemplate to Exporter.

File last commit:

r10386:6416b524
r10430:0f226b75
Show More
reveal.py
7 lines | 131 B | text/x-python | PythonLexer
Matthias BUSSONNIER
reveal converter
r9644 c = get_config()
MinRK
don't use custom nbcv for plain-Python config files
r10131 load_subconfig('base_html.py')
Matthias BUSSONNIER
reveal converter
r9644
c.ConverterTemplate.template_file='reveal'
Matthias BUSSONNIER
extract css from ipython dir
r9645 c.NbconvertApp.fileext='reveal.html'
Matthias BUSSONNIER
reveal converter
r9644