[IPython-User] How to explicitly print math using mathjax in notebook?
Fernando Perez
fperez.net@gmail....
Thu Mar 22 17:30:44 CDT 2012
On Thu, Mar 22, 2012 at 2:33 PM, Joon Ro <joonpyro@gmail.com> wrote:
> On Thu, 22 Mar 2012 16:31:50 -0500, Thomas Kluyver <takowl@gmail.com>
> wrote:
>
>>
>> I think IPython.core.display.display() is the function you want. That
>> will use the best available representation of an object.
>>
>> Thomas
>> _______________________________________________
>
> Thank you so much! That was exactly what I wanted.
And display() is always available in your namespace (we load it at
startup), so you don't need to import it yourself.
Cheers,
f
More information about the IPython-User
mailing list