The shortcuts are actually qtconsole ones as that is the ipython client type for spyder.
You can change the default font size in your .ipython/ipython_qtconsole_config.py Use 'ipython locate' from the command line to find the location of the directory on your system. Uncomment and unindent the line below c.IPythonWidget.font_size = 16 Setting the value to your preferred font size, you will need to restart Spyder for it to pick up the new config. Cheers On Tuesday, 15 January 2013 21:36:28 UTC, zhijia yuan wrote: > > since i am using ipython 0.13 in spyder, which is not supported directly. > i have to start ipython kernel, and then an ipython client window to do > the work. > but i could not figure out how to change the font for ipython client ? > any one has any idea how to do this? > thanks! > > -- You received this message because you are subscribed to the Google Groups "spyder" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
