Hello!
In Jupyter Notebook:
>> import sympy as sp
>> sp.init_session(quiet=True)
IPython console for SymPy 1.0 (Python 3.5.1-64-bit) (ground types: python)
>> n = sp.symbols("n")
>> k = 100
>> sp.sequence(x/(k-n), (n, 1, k))
Unstead of mathjax formula I get rectange with the following text:
\left\[\frac{x}{99}, \frac{x}{98}, \frac{x}{97}, \frac{x}{96},
\ldots\right\]
If change \left\[ -> left [ and \right\] -> \right ]
then output works fine. Please fix it.
Best regards, Andrey.
--
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/ada7385d-7fc1-410b-9002-af973a073956%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.