Merge pull request #6053 from minrk/execute-preprocessor

Add execute preprocessor

closes #5639
This commit is contained in:
Min RK 2014-07-01 09:37:35 -07:00
commit 65c7c3f9e7

View File

@ -185,7 +185,11 @@ def find_package_data():
'IPython.html.tests' : js_tests,
'IPython.qt.console' : ['resources/icon/*.svg'],
'IPython.nbconvert' : nbconvert_templates +
['tests/files/*.*', 'exporters/tests/files/*.*'],
[
'tests/files/*.*',
'exporters/tests/files/*.*',
'preprocessors/tests/files/*.*',
],
'IPython.nbconvert.filters' : ['marked.js'],
'IPython.nbformat' : ['tests/*.ipynb','v3/v3.withref.json']
}