##// END OF EJS Templates
replace 'transformer' with 'preprocessor'
replace 'transformer' with 'preprocessor'

File last commit:

r12219:60e06808
r12219:60e06808
Show More
development.rst
16 lines | 522 B | text/x-rst | RstLexer

Development version

This document describes in-flight development work.

Backwards incompatible changes

  • Python 2.6 and 3.2 are no longer supported: the minimum required Python versions are now 2.7 and 3.3.
  • The Transformer classes have been renamed to Preprocessor in nbconvert and their call methods for them have been renamed to preprocess.
  • The call methods of nbconvert post-processsors have been renamed to postprocess.