On 22 March 2012 21:29, Joon Ro <joonpyro@gmail.com> wrote: > For example, if I do > > alpha > print(alpha) > > Then I only get \alpha, not mathjax rendered symbol. I think IPython.core.display.display() is the function you want. That will use the best available representation of an object. Thomas