This repository was archived by the owner on Apr 16, 2018. It is now read-only.
This repository was archived by the owner on Apr 16, 2018. It is now read-only.
sagews presentations #179
Open
Description
The idea is to annotate cells in a sagews
worksheet in such a way, that it can be translated to a presentation. Each cell is appended to the current slide, unless there is an annotation.
Looking at IPython notebook and reveal.js, e.g. live_reveal, there should be these annotations:
- slide: a new track of slides start
- sub-slide: a new slide in a track starts
- fragment: incremental revelation inside a single slide
- notes: add this to the notes of the current slide
- skip: ignore this cell
Of course, this can also be used to convert the worksheet to LaTeX/beamer, etc.
See Also:
- IPython/nbconvert: the
--to-slides
creates a static version, whereas the mentionedlive_reveal
changes the UI to contain live cells (which is way cooler, but doesn't work offline).