override.py
6 lines
| 185 B
| text/x-python
|
PythonLexer
Jonathan Frederic
|
r11478 | 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' | ||||