Hi,

It used to be the case, that I just did:

init_printing()

in IPython Notebook and it initialized the Latex (mathjax) printing by default.
Now when I do init_printing(), it uses unicode ascii art printing
instead. I have to do:

init_printing(use_latex=True)

only then it starts using Latex printing. That's quite annoying to
always type this by hand.

Is there any reason not to make init_printing() to always use
use_latex=True in IPython notebook?

Ondrej

-- 
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 sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CADDwiVC5F1u4oGVs0r%2B3ds_tFGQf3hHXHCxUFVR%2BtTR6Br1tvg%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to