Hi,

Can you open an issue for it on our issue tracker 
<http://github.com/sympy/sympy/issues>? It will be great if you can go 
ahead and fix this issue. We love contributions!

On Thursday, 30 June 2016 15:58:28 UTC+5:30, Андрей Ширшов 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 ]
>
> 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 sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
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/09af5fac-d6f1-4b3c-8611-ed45b27d032a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to