##// END OF EJS Templates
Merge pull request #5704 from dexterdev/patch-1...
Min RK -
r16438:b6c6d80b merge
parent child Browse files
Show More
@@ -106,7 +106,7 b' class NbConvertApp(BaseIPythonApplication):'
106 You can specify the export format with `--to`.
106 You can specify the export format with `--to`.
107 Options include {0}
107 Options include {0}
108
108
109 > ipython nbconvert --to latex mynotebook.ipnynb
109 > ipython nbconvert --to latex mynotebook.ipynb
110
110
111 Both HTML and LaTeX support multiple output templates. LaTeX includes
111 Both HTML and LaTeX support multiple output templates. LaTeX includes
112 'basic', 'book', and 'article'. HTML includes 'basic' and 'full'. You
112 'basic', 'book', and 'article'. HTML includes 'basic' and 'full'. You
General Comments 0
You need to be logged in to leave comments. Login now