Files
jupyter_contrib_nbextensions/nbextensions/testing/hierarchical_collapse/ipython_nbconvert_config.py
T
2015-09-01 13:03:39 +02:00

8 lines
330 B
Python

c = get_config()
#Export all the notebooks in the current directory to the sphinx_howto format.
c.NbConvertApp.notebooks = ['*.ipynb']
c.NbConvertApp.export_format = 'slides'
c.Exporter.template_file = 'hierarchical_collapse.tpl'
c.Exporter.preprocessors = ['hierarchical_collapse_preprocessor.HierarchicalCollapsePreprocessor']