Can you see if it works in the branch from
https://github.com/sympy/sympy/pull/2045?

Aaron Meurer


On Sun, May 12, 2013 at 1:37 PM, Neal Holtz <nmho...@gmail.com> wrote:

> Hello
>
> The following behaves differently when run on a remote ipython notebook
> server than it does on a local server.
>
>      from sympy import *
>      init_printing()
>
>      var('x k')
>      t = sin(2*pi*x*(k**2))/ (4*(pi**2)*(k**5)) + (x**2) / (2*k)
>      t
>
> When the notebook server is run on the same machine as the
> browser, I get nice latex/mathjax displays
>
> When the server is on a remote machine (in a VirtualBox)
> and started via ssh, it produces pretty printed plain text,
> not latex, even though mathjax is loaded and working.
>
> I've done a lot of searching through the issues tracker, but
> there was nothing obvious to me.
>
>   IPython version 0.13.2 and sympy version 0.7.2-git
>
> Any chance of work-arounds?
>
> Thanks
> neal
>
> --
> 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 http://groups.google.com/group/sympy?hl=en-US.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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 http://groups.google.com/group/sympy?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to