run_preprocessor
run_preprocessor(pp, nbfile, template_file='ob.tpl', display_results=False)
pp
nbfile
template_file
'ob.tpl'
display_results
False
Runs a preprocessor with the MarkdownExporter and optionally displays results.
show_plain_md
show_plain_md(nbfile)
show_plain_md('test_files/hello_world.ipynb')
```python #meta:show_steps=start,train print('hello world') ``` hello world ```python ```