). 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
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.