Hi Andrey, On Thu, Jun 30, 2016 at 4:28 AM, Андрей Ширшов <[email protected]> wrote: > 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 ]
That seems like a bug in sympy. I just tried it in latex, and there \left[xx\right] works, but \left\[xx\right\] fails. I am surprised that nobody noticed until you. Thanks for reporting it! Ondrej > > 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. -- 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/CADDwiVBaHVVjp6eypzTdnOyyYfqp3WW5T06vymWhABDZd2pa%3DA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
