From af231f6177dfc175a2a2ca16fe83dfb508c16983 Mon Sep 17 00:00:00 2001 From: MinRK Date: Tue, 30 Jul 2013 11:40:49 -0700 Subject: [PATCH] add pandoc note --- docs/source/interactive/nbconvert.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/source/interactive/nbconvert.rst b/docs/source/interactive/nbconvert.rst index cd1f934ac..b3672d010 100644 --- a/docs/source/interactive/nbconvert.rst +++ b/docs/source/interactive/nbconvert.rst @@ -81,6 +81,13 @@ The currently supported export formats are: If there were any magics in the notebook, this may only be executable from an IPython session. +.. note:: + + nbconvert uses pandoc_ to convert between various markup languages, + so pandoc is a dependency of most nbconvert transforms, + excluding Markdown and Python. + +.. _pandoc: http://johnmacfarlane.net/pandoc/ The output file created by ``nbconvert`` will have the same base name as the notebook and will be placed in the current working directory. Any