I have been having this issue for a while: Using iPython console in Spyder 2.3.8, and installed QUTIP 3.1.0, I tried to run a simple code: qt.coherent(3,1) where I was expecting the output to be displayed as an array. However, doing so in iPython in Spyder it shows an image:
It seems for some reasons it rendered the array as image, and this is awkward to read in most cases, which I prefer to have the array displayed, which actually works if I use the Python3 console in Spyder.
May I know if you have any idea what the cause maybe?
The weird thing is that, this happens only to my Fedora Scientific 23, to the Spyder3 running Python3.4.
Another computer running Windows and WinPython didn't share the same problem, which the array got displayed correctly.
Thanks for your attention.
It seems that the ipython in spyder is calling the latex_repr method rather than just repr. Seems to be a bug somewhere in spyder as the standard ipython terminal has no such error.