Show More
@@ -69,9 +69,9 b' Example configuration file' | |||||
69 | 'fancy.ipy' |
|
69 | 'fancy.ipy' | |
70 | ] |
|
70 | ] | |
71 | c.InteractiveShell.colors = 'LightBG' |
|
71 | c.InteractiveShell.colors = 'LightBG' | |
72 | c.InteractiveShell.confirm_exit = False |
|
|||
73 | c.InteractiveShell.editor = 'nano' |
|
|||
74 | c.InteractiveShell.xmode = 'Context' |
|
72 | c.InteractiveShell.xmode = 'Context' | |
|
73 | c.TerminalInteractiveShell.confirm_exit = False | |||
|
74 | c.TerminalInteractiveShell.editor = 'nano' | |||
75 |
|
75 | |||
76 | c.PrefilterManager.multi_line_specials = True |
|
76 | c.PrefilterManager.multi_line_specials = True | |
77 |
|
77 |
General Comments 0
You need to be logged in to leave comments.
Login now