Variables in TinyMCE
Hello,
Is there any way to fetch Sage variables from TinyMCE? This would be useful to display results of computations inline with formatted text.
Hello,
Is there any way to fetch Sage variables from TinyMCE? This would be useful to display results of computations inline with formatted text.
This is not a good answer, but instead of TinyMCE, you can use a LaTeX cell: first, define a
to be something, and then in a plain Sage notebook cell (not a TinyMCE cell):
%latex
The value of $a$ is $\sage{a}$.
Ah, thank you.
Asked: 13 years ago
Seen: 515 times
Last updated: Jul 16 '11