Show More
@@ -124,11 +124,12 b' attributes::' | |||||
124 | c.InteractiveShell.confirm_exit = False |
|
124 | c.InteractiveShell.confirm_exit = False | |
125 | c.InteractiveShell.deep_reload = True |
|
125 | c.InteractiveShell.deep_reload = True | |
126 | c.InteractiveShell.editor = 'nano' |
|
126 | c.InteractiveShell.editor = 'nano' | |
127 | c.InteractiveShell.prompt_in1 = 'In [\#]: ' |
|
|||
128 | c.InteractiveShell.prompt_in2 = ' .\D.: ' |
|
|||
129 | c.InteractiveShell.prompt_out = 'Out[\#]: ' |
|
|||
130 | c.InteractiveShell.prompts_pad_left = True |
|
|||
131 | c.InteractiveShell.xmode = 'Context' |
|
127 | c.InteractiveShell.xmode = 'Context' | |
|
128 | ||||
|
129 | c.PromptManager.in_template = 'In [\#]: ' | |||
|
130 | c.PromptManager.in2_template = ' .\D.: ' | |||
|
131 | c.PromptManager.out_template = 'Out[\#]: ' | |||
|
132 | c.PromptManager.justify = True | |||
132 |
|
133 | |||
133 | c.PrefilterManager.multi_line_specials = True |
|
134 | c.PrefilterManager.multi_line_specials = True | |
134 |
|
135 |
General Comments 0
You need to be logged in to leave comments.
Login now