6 c.NotebookApp.password =
u'sha1:7ebf0f845169:c71e54322fc8455ec8e3ac82d758853a08a3a9c2'
7 c.NotebookApp.certfile =
u'/path/to/cert/mycert.pem'
9 c.NotebookApp.open_browser =
False
10 c.NotebookApp.port = 9999
11 c.NotebookApp.base_url =
u'/pyroot/'
12 c.NotebookApp.notebook_dir =
u'/path/to/notebooks/'
15 c.InteractiveShellApp.exec_lines = [
"from ROOTaaS.iPyROOT import ROOT"]
21 c.Exporter.preprocessors = [
'ROOTaaS.html.export.cpphighlighter.CppHighlighter' ]
22 c.HTMLExporter.template_file =
'root_notebook.tpl'
23 c.HTMLExporter.template_path = [
'.',
'/path/to/ROOTaaS/html/static/templates']