Show More
@@ -81,6 +81,13 b' The currently supported export formats are:' | |||
|
81 | 81 | If there were any magics in the notebook, this may only be executable from |
|
82 | 82 | an IPython session. |
|
83 | 83 | |
|
84 | .. note:: | |
|
85 | ||
|
86 | nbconvert uses pandoc_ to convert between various markup languages, | |
|
87 | so pandoc is a dependency of most nbconvert transforms, | |
|
88 | excluding Markdown and Python. | |
|
89 | ||
|
90 | .. _pandoc: http://johnmacfarlane.net/pandoc/ | |
|
84 | 91 | |
|
85 | 92 | The output file created by ``nbconvert`` will have the same base name as |
|
86 | 93 | the notebook and will be placed in the current working directory. Any |
General Comments 0
You need to be logged in to leave comments.
Login now