Annotating with Sage
Whether one uses Sage in the classroom or in research, it is usually helpful to describe to the reader what is being done, such as in the description you are now reading.
Jupyter Annotation
Thanks to a styling language called Markdown and the TeX rendering engine called MathJax, you can type much more in Sage than just Sage commands. This math-aware setup makes Sage perfect for annotating computations.
While the Jupyter notebook does not have as fully-featured a word processor as the SageNB, we can still do a fair amount. To use this functionality, we create a Markdown cell (as opposed to a input cell that contains Sage commands that Sage evaluates).
To do this without the keyboard shortcut, there is a menu for each cell; select “Markdown”.
Introductory Sage Tutorial — PREP Tutorials v8.9 was last modified: October 14th, 2019 by