Helloo!
So, I'm using SymPy to make a calculation for me. The trouble is, its output should be a LaTeX expression and in make case it prints something like
SymPy Calculation Output
Is there any way to solve this?
Thanks in advance!
Helloo!
So, I'm using SymPy to make a calculation for me. The trouble is, its output should be a LaTeX expression and in make case it prints something like
SymPy Calculation Output
Is there any way to solve this?
Thanks in advance!
You need to initialize the notebook to use latex.
Try this:
import sympy as sp
sp.init_printing()