Show More
@@ -96,6 +96,12 b' class NbConvertApp(BaseIPythonApplication):' | |||||
96 |
|
96 | |||
97 | > ipython nbconvert notebook*.ipynb |
|
97 | > ipython nbconvert notebook*.ipynb | |
98 | > ipython nbconvert notebook1.ipynb notebook2.ipynb |
|
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 | """.format(get_export_names())) |
|
105 | """.format(get_export_names())) | |
100 | #Writer specific variables |
|
106 | #Writer specific variables | |
101 | writer = Instance('IPython.nbconvert.writers.base.WriterBase', |
|
107 | writer = Instance('IPython.nbconvert.writers.base.WriterBase', |
General Comments 0
You need to be logged in to leave comments.
Login now