Open treyhunner opened 8 years ago
I want to write a presentation in vim, preferably using markdown.
I have tried converting notebooks to Reveal.js slideshows using jupyter nbconvert --to slides practical_python.ipynb.
jupyter nbconvert --to slides practical_python.ipynb
This works great if the CellToolbar Slideshow is used and the Slide Type is specified for each notebook cell as appropriate.
This feature could be supported from markdown if slide type could somehow be annotated in the markdown files.
With this feature, I think this would make for an incredible presentation tool (markdown to both a notebook and slideshow presentations).
I want to write a presentation in vim, preferably using markdown.
I have tried converting notebooks to Reveal.js slideshows using
jupyter nbconvert --to slides practical_python.ipynb
.This works great if the CellToolbar Slideshow is used and the Slide Type is specified for each notebook cell as appropriate.
This feature could be supported from markdown if slide type could somehow be annotated in the markdown files.
With this feature, I think this would make for an incredible presentation tool (markdown to both a notebook and slideshow presentations).