override.py 185 B

123456
  1. c = get_config()
  2. #Export all the notebooks in the current directory to the sphinx_howto format.
  3. c.NbConvertApp.notebooks = ['notebook2.ipynb']
  4. c.NbConvertApp.export_format = 'python'