Hello!
I search the whole time but cannot find it. How to show an easy latex-formula in python? Maybe numpy is the right choice?
EDIT:
I have a python code like:
a = '\frac{a}{b}'
and want to print this in a graphical output (like matplotlib).