##// END OF EJS Templates
fix typo in nbconvert help...
Pierre Haessig -
Show More
@@ -108,7 +108,7 b' class NbConvertApp(BaseIPythonApplication):'
108 108 > ipython nbconvert --to latex mynotebook.ipynb
109 109
110 110 Both HTML and LaTeX support multiple output templates. LaTeX includes
111 'basic', 'book', and 'article'. HTML includes 'basic' and 'full'. You
111 'base', 'book', and 'article'. HTML includes 'basic' and 'full'. You
112 112 can specify the flavor of the format used.
113 113
114 114 > ipython nbconvert --to html --template basic mynotebook.ipynb
General Comments 0
You need to be logged in to leave comments. Login now