datitran/jupyter2slides

when I am doing 'python create_slides.py --file static/presentation_template.ipynb'

Opened this issue · 3 comments

subprocess.CalledProcessError: Command '['jupyter', 'nbconvert', './static/presentation_template.ipynb', '--to', 'slides', '--reveal-prefix', 'reveal.js-3.1.0', '--config', 'static/slides_config.py']' returned non-zero exit status 1.

Had the same. The filename of the hupyter_template.tpl has to be specified. There is a followup though jinja2.exceptions.TemplateNotFound: slides_reveal.tpl

@datitran are you still using this?