master
/ .localenv / lib / python3.5 / site-packages / nbconvert / tests / files / override.py

override.py @master raw · history · blame

1
2
3
4
5
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'