mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-31 13:40:29 +08:00
Merge pull request #6053 from minrk/execute-preprocessor
Add execute preprocessor closes #5639
This commit is contained in:
commit
65c7c3f9e7
@ -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']
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user