Re: [sympy] Regression on MathJax rendering in ipython notebook?

2013-04-24 Thread Anton Loukianov
Yeah, my bad. It looks like https://code.google.com/p/sympy/issues/detail?id=3537 is the relevant issue. The problem seems to be the incorrect handling of built-in python types. Printing ints and such defaults to image representation, whereas sympy types work properly. This is still a problem a

Re: [sympy] Regression on MathJax rendering in ipython notebook?

2013-04-24 Thread Aaron Meurer
I think it shouldn't be disabled for the notebook. Anyway, since you apparently thought that our issue tracker was on GitHub, can you check that there really aren't any issues about this on Google code, and if not, open one there? Aaron Meurer On Wed, Apr 24, 2013 at 2:39 PM, Anton Loukianov wr

Re: [sympy] Regression on MathJax rendering in ipython notebook?

2013-04-24 Thread Anton Loukianov
Never mind, that commit is old news. Since then MathJax rendering seems to have been disabled on purpose in interactive/printing.py . Enabling it works. - Anton On Wednesday, April 24, 2013 4:17:53 PM UTC-4, Anton Loukianov wrote: > > I've isolated the issue to commit f64974c, and opened an iss

Re: [sympy] Regression on MathJax rendering in ipython notebook?

2013-04-24 Thread Anton Loukianov
I've isolated the issue to commit f64974c, and opened an issue https://github.com/sympy/sympy/issues/2039 . - Anton On Wednesday, April 24, 2013 2:41:14 PM UTC-4, Aaron Meurer wrote: > > If there isn't an issue open about it, please open one. I think there > is some issue with the git version o

Re: [sympy] Regression on MathJax rendering in ipython notebook?

2013-04-24 Thread Aaron Meurer
If there isn't an issue open about it, please open one. I think there is some issue with the git version of IPython. Can you see if it works OK in the latest IPython release? There also were recent changes to the SymPy portion of this which could be the problem as well. Aaron Meurer On Wed, Apr

[sympy] Regression on MathJax rendering in ipython notebook?

2013-04-24 Thread Anton Loukianov
Hi, I know that there has been some work on latex printing. Has there been a recent regression on latex rendering in ipython notebook? I seem to only be able to get png rendering. I am running the git versions of ipython and sympy. A minimal example is %load_ext sympy.interactive.ipythonprin