I'm a newbie working my way through the tutorial for SymPy ( https://docs.sympy.org/latest/gotchas.html). I'd like to report the following issue, but I don't know where to do so.
When I run code blocks in SymPy Live, the output doesn't display correctly, notably when exponents and parenthesized expressions are involved. A simple example is >>> (x + 1)**2 > (x+1)2 > The above, which was cut and pasted from the SymPy Live half of the browser (Google Chrome) window, appears correctly. But in the SymPy Live half of the browser window, the exponent 2 appears as if it belongs to the 1 rather than to the parenthesized quantity. What I see is similar to what the LaTeX code $(x + 1^2)$ (x+1)2 should produce when rendered. It appears that this is some sort of spacing display issue, not a problem with SymPy itself. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/954aad5d-bbc0-421d-8420-1c22abd046e9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
