##// END OF EJS Templates
mention local config file in examples
MinRK -
Show More
@@ -96,6 +96,12 b' class NbConvertApp(BaseIPythonApplication):'
96 96
97 97 > ipython nbconvert notebook*.ipynb
98 98 > ipython nbconvert notebook1.ipynb notebook2.ipynb
99
100 or you can specify the notebooks list in a config file, containing::
101
102 c.NbConvertApp.notebooks = ["my_notebook.ipynb"]
103
104 > ipython nbconvert --config mycfg.py
99 105 """.format(get_export_names()))
100 106 #Writer specific variables
101 107 writer = Instance('IPython.nbconvert.writers.base.WriterBase',
General Comments 0
You need to be logged in to leave comments. Login now