##// END OF EJS Templates
on("destroy",...) -> once("destroy",...) so we don't keep a reference to it, preventing gc...
on("destroy",...) -> once("destroy",...) so we don't keep a reference to it, preventing gc Thanks to Sylvain Corlay for the suggestion.

File last commit:

r11478:dea7df3f
r18058:c7253b21
Show More
ipython_nbconvert_config.py
6 lines | 185 B | text/x-python | PythonLexer
/ IPython / nbconvert / tests / files / ipython_nbconvert_config.py
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'