Tuesday, 27 August 2013

Use a symbol for multiplication operator in sympy output in ipython notebook

Use a symbol for multiplication operator in sympy output in ipython notebook

In ipython notebook I would like to be able to use a symbol (\times or
\cdot) for the multiplication operator in the latex/mathjax output of an
expression. Is this possible?
sympy.latex() has an option mul_symbol but I can't see how to use it to
change the latex in an output cell.

No comments:

Post a Comment