I'm trying to control the size of the printed output of an evaluation. I was hoping that the keyword argument 'fontsize' in function 'init_printing()' would do the job. But it does not seem to do so for me. At least trying two different types of IDEs, i.e. spyder and a jupyter notebook and starting up like this
from sympy import *
from __future__ import division
from sympy.abc import x,y,z
init_printing(use_latex=True,fontsize='12pt')
I am stuck with a single fixed font size for the result of
1+1
I can change the 12pt to whatever I like, the displayed font size remains the same.
i) should fontsize in the preceding be of relevance to the displayed font size at all?
ii) if yes, would you have any idea what could be wrong
iii) if no, then how to change the font size