Utilities that help to test and display intermediate results of custom Preprocessors

run_preprocessor[source]

run_preprocessor(pp, nbfile, template_file='ob.tpl', display_results=False)

Runs a preprocessor with the MarkdownExporter and optionally displays results.

show_plain_md[source]

show_plain_md(nbfile)

show_plain_md('test_files/hello_world.ipynb')
```python
#meta:show_steps=start,train
print('hello world')
```

    hello world



```python

```