Is there a way to make python print multiple lines while keeping the nice equation format style (see 2x – 4 = 20). So far, I only get python to print the last equation in SymPy’s pretty printing style. In the below example it is 2x – 4 = 20.
However, the equations “y1” and “y2” are not printed (or better is to say are overwritten by y3’s output.) When I am using lists etc, I only get the “raw” text, not the pretty printing format.
I have looked through SE but I have not been able to get it to work. Anyone on here knows how to get this done?