When I do as you suggest, the IPython console tells me:

These commands were executed:

>>> from __future__ import division

>>> from sympy import *

>>> x, y, z, t = symbols('x y z t')

>>> k, m, n = symbols('k m n', integer=True)

>>> f, g, h = symbols('f g h', cls=Function)


at startup. 

I have several questions here:

1) certainly I can invoke the same commands without ticking any options 
within the preferences. However if I do so, the printed result of doing 1+1 
looks different. So it seems as if by ticking the option which you suggest 
'something' else is done automatically in addition? If so, could you pls. 
tell me what?

2) looking at the output which I get if ticking the options within the 
preferences, it rather seems as if this option at least also invokes things 
like:

init_printing(use_latex=True,fontsize='10pt')


which kind of seems in line with that you say that I would need to have 
LaTeX installed (which I have).

Now if this would be the case, then this is not really a MathJax output. 
Right?


3) Are you aware of a way to change the font size of the symbolic (LaTeX? 
or whatever) output?

(Actually the sole reason for asking if I can get MathJax output is that I 
cannot change the fontsize for LaTeX output from sympy within Spyder. So I 
was vaguely hoping that maybe with MathJax this might work as it does in 
Jupyter notebooks.)





if that would be so, the





Certainly I can invoke sympy w

Am Mittwoch, 2. November 2016 23:33:52 UTC+1 schrieb Carlos Córdoba:
>
> Hi,
>
> First you need to have either Latex (preferred) or Matplotlib (not so 
> good) installed for this functionality to display.
>
> Then you need to go to
>
>     Preferences > IPython Console > Advanced Settings > Symbolic 
> Mathematics
>
> and activate the option there :-)
>
>
> Cheers,
> Carlos
>
> El 02/11/16 a las 15:39, Xaver Gerster escribió:
>
> Hi,
>
> I found some entries on the net, which state that MathJax can be used to 
> render output in spyder? Would that imply, that if I type something like 
> '1+1' into the IPython console, I get a rendered '2' as a result? If so, 
> then how to enable this? I found an option in the preferences under Object 
> inspector > Additional features. However clicking on Render mathematical 
> equations ... nothing happens for me?
>
> I'm asking because I'm trying to get MathJax output in the IPython console 
> while using sympy.
>
> XG
> -- 
> You received this message because you are subscribed to the Google Groups 
> "spyder" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to spyderlib+...@googlegroups.com <javascript:>.
> To post to this group, send email to spyd...@googlegroups.com 
> <javascript:>.
> Visit this group at https://groups.google.com/group/spyderlib.
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To post to this group, send email to spyderlib@googlegroups.com.
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to