1 | initial version |
Yes. And that's documented :
Declare your variables with var("y_1, y_2, y_3")
(note the underscores). Alternatively, use the latex_name
of var
(or SR.var
).
In the Jupyter notebook, a cell whose first line is the "magic" display typeset" will switch your output toLaTeX by default. Revert to "normal" display with the magic
%display simple`.
In command-line (or emacs
), use view
. This will open your default PDF viewer on a temporary document containing a nice typesetting of the argument of view.
in emacs
+ sage-shell-mode
, there are multiple possibilities depending on the modes...
Don't forget to read the docs : that is usually faster than querying ask.sagemath
...
HTH,