You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2018. It is now read-only.
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 mentioned live_reveal changes the UI to contain live cells (which is way cooler, but doesn't work offline).
The text was updated successfully, but these errors were encountered:
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:
Of course, this can also be used to convert the worksheet to LaTeX/beamer, etc.
See Also:
--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).The text was updated successfully, but these errors were encountered: