##// END OF EJS Templates
protect against unavailable tornado in post_processors.init
protect against unavailable tornado in post_processors.init

File last commit:

r11478:dea7df3f
r12513:6b68269f
Show More
override.py
6 lines | 185 B | text/x-python | PythonLexer
c = get_config()
#Export all the notebooks in the current directory to the sphinx_howto format.
c.NbConvertApp.notebooks = ['notebook2.ipynb']
c.NbConvertApp.export_format = 'python'