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

6 lines
185 B
Python

c = get_config()
#Export all the notebooks in the current directory to the sphinx_howto format.
c.NbConvertApp.notebooks = ['notebook1.ipynb']
c.NbConvertApp.export_format = 'python'