##// END OF EJS Templates
Merge pull request #7667 from jdfreder/treeselector...
Merge pull request #7667 from jdfreder/treeselector Dashboard selector dropdown.

File last commit:

r11478:dea7df3f
r20333:ebd8e933 merge
Show More
ipython_nbconvert_config.py
6 lines | 185 B | text/x-python | PythonLexer
/ IPython / nbconvert / tests / files / ipython_nbconvert_config.py
Jonathan Frederic
Added test files, and basic tests
r11478 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'