On Mon, Jun 17, 2013 at 12:40 AM, Aaron Meurer <[email protected]> wrote: > We recently fixed a bunch of bugs in the IPython printing extension. > Can you try it in the git master (you don't have to install it, just > git clone and run the IPython notebook from that directory)? See > https://github.com/sympy/sympy/wiki/Getting-the-bleeding-edge.
Hello -- I found that on IPy Notebook, I was able to get the display by installing the fonts-mathjax-extras package which provides the PNG image fonts. See https://groups.google.com/d/msg/mathjax-users/fb_zE_a41xQ/5JGqxCCnQKMJ However I still am not able to get the display in IPy qtconsole whether with IPy2 or IPy3. I removed the installed python-sympy and python3-sympy packages, navigated to the appropriate directory within the git tree and ran "ipython qtconsole" and "ipython3 qtconsole", did "from sympy import *", did "%load_ext sympyprt" or "%load_ext sympyprt3" and so far no problems, but as usual when I do var('x'), I should get the beautified x output but I get a segfault notification on the terminal and the same dvipng error notification within IPy. -- Shriramana Sharma ஶ்ரீரமணஶர்மா श्रीरमणशर्मा -- 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 http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
