Vehicle-Anti-Theft-Face-Rec.../venv/Lib/site-packages/nbconvert/tests/files/override.py

7 lines
185 B
Python
Raw Normal View History

2020-11-12 16:05:57 +00:00
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'