Files
jupyter_contrib_nbextensions/usability/hide_input/ipython_nbconvert_config.py
T
2014-05-19 19:40:02 +02:00

8 lines
304 B
Python

c = get_config()
#Export all the notebooks in the current directory to the sphinx_howto format.
c.NbConvertApp.notebooks = ['*.ipynb']
c.NbConvertApp.export_format = 'slides'
c.Exporter.template_file = 'hide_input'
c.Exporter.filters = {'strip_output_prompt': 'strip_output_prompt.strip_output_prompt'}