Skip to content

Commit

Permalink
s/transformers/preprocessors
Browse files Browse the repository at this point in the history
  • Loading branch information
jdfreder committed Aug 27, 2013
1 parent 11e79bc commit 1f1d527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_preprocessor/ipython_nbconvert_config.py
Expand Up @@ -2,4 +2,4 @@

#Export all the notebooks in the current directory to the sphinx_howto format.
c.NbConvertApp.notebooks = ['*.ipynb']
c.Exporter.transformers = ['cheese_preprocessor.CheesePreprocessor']
c.Exporter.preprocessors = ['cheese_preprocessor.CheesePreprocessor']

0 comments on commit 1f1d527

Please sign in to comment.