Skip to content

Commit

Permalink
Merge pull request #86 from Carreau/docs
Browse files Browse the repository at this point in the history
explain how to enable extract output.
  • Loading branch information
minrk committed Aug 21, 2015
2 parents 3d8c6ec + a98baa8 commit b503683
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/nbconvert_library.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,13 @@ is not always what you might want. For example, here is a use case from
not so much. I need an HTML exporter, and I want it to extract the
figures!


To do so you just need to add the following to the ``config`` object:

.. code:: python
config = Config({'ExtractOutputPreprocessor': {'enabled': True}})
Some theory
~~~~~~~~~~~

Expand Down

0 comments on commit b503683

Please sign in to comment.