Show More
@@ -168,16 +168,23 b' c = get_config()' | |||||
168 | # QtConsole configuration |
|
168 | # QtConsole configuration | |
169 | #----------------------------------------------------------------------------- |
|
169 | #----------------------------------------------------------------------------- | |
170 |
|
170 | |||
171 |
# set the preferred |
|
171 | # set the preferred typeface and font size. The default typeface is: | |
172 | # c.ConsoleWidget.font_family = "Anonymous Pro" |
|
172 | # 'Consolas' on Windows (fallback to 'Courier') | |
173 | # c.ConsoleWidget.font_size = 10 |
|
173 | # 'Monaco' on OSX | |
|
174 | # 'Monospace' elsewhere | |||
|
175 | # c.ConsoleWidget.font_family = "Consolas" | |||
174 |
|
176 | |||
175 | # set the syntax-highlighting style: |
|
177 | # The point fontsize. Leave as zero to let Qt decide on the starting font size. | |
176 | # c.IPythonWidget.syntax_style = 'perldoc' |
|
178 | # While running, you can change the font size with ctrl- +/- | |
|
179 | # c.ConsoleWidget.font_size = 0 | |||
|
180 | ||||
|
181 | # set the pygments syntax-highlighting style: | |||
|
182 | # c.IPythonWidget.syntax_style = 'default' | |||
177 |
|
183 | |||
178 | # Configure the prompts: |
|
184 | # Configure the prompts: | |
179 | # c.IPythonWidget.in_prompt = 'In [<span class="in-prompt-number">%i</span>]: ' |
|
185 | # c.IPythonWidget.in_prompt = 'In [<span class="in-prompt-number">%i</span>]: ' | |
180 | # c.IPythonWidget.out_prompt = 'Out[<span class="out-prompt-number">%i</span>]: ' |
|
186 | # c.IPythonWidget.out_prompt = 'Out[<span class="out-prompt-number">%i</span>]: ' | |
181 |
|
187 | |||
182 | # set the editor - this must be a *GUI* editor, like notepad/gedit/TextMate |
|
188 | # set the editor - this must be a *GUI* editor, like notepad/gedit/TextMate | |
183 | # c.IPythonWidget.editor = 'mate -w' |
|
189 | # There is no default on systems other than Windows. | |
|
190 | # c.IPythonWidget.editor = 'notepad' |
General Comments 0
You need to be logged in to leave comments.
Login now