##// END OF EJS Templates
Merge pull request #5842 from pierre-haessig/patch-1...
Thomas Kluyver -
r16723:7e7ab2a1 merge
parent child Browse files
Show More
@@ -108,7 +108,7 b' class NbConvertApp(BaseIPythonApplication):'
108 > ipython nbconvert --to latex mynotebook.ipynb
108 > ipython nbconvert --to latex mynotebook.ipynb
109
109
110 Both HTML and LaTeX support multiple output templates. LaTeX includes
110 Both HTML and LaTeX support multiple output templates. LaTeX includes
111 'basic', 'book', and 'article'. HTML includes 'basic' and 'full'. You
111 'base', 'article' and 'report'. HTML includes 'basic' and 'full'. You
112 can specify the flavor of the format used.
112 can specify the flavor of the format used.
113
113
114 > ipython nbconvert --to html --template basic mynotebook.ipynb
114 > ipython nbconvert --to html --template basic mynotebook.ipynb
General Comments 0
You need to be logged in to leave comments. Login now