ROOT
6.06/09
Reference Guide
ROOT Home Page
Main Page
Related Pages
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
bindings
pyroot
ROOTaaS
config
nbconvert
sample_config.py
Go to the documentation of this file.
1
# ROOTaaS sample configuration file for nbconvert
2
3
c = get_config()
4
5
# Custom C++ highlighter
6
c.Exporter.preprocessors = [
'ROOTaaS.html.export.cpphighlighter.CppHighlighter'
]
7
8
# Custom Jinja template
9
c.HTMLExporter.template_path = [
'/path/to/ROOTaaS/html/static/templates'
]
10