Show More
@@ -124,12 +124,13 b' attributes::' | |||
|
124 | 124 | c.InteractiveShell.confirm_exit = False |
|
125 | 125 | c.InteractiveShell.deep_reload = True |
|
126 | 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 | 127 | c.InteractiveShell.xmode = 'Context' |
|
132 | 128 | |
|
129 | c.PromptManager.in_template = 'In [\#]: ' | |
|
130 | c.PromptManager.in2_template = ' .\D.: ' | |
|
131 | c.PromptManager.out_template = 'Out[\#]: ' | |
|
132 | c.PromptManager.justify = True | |
|
133 | ||
|
133 | 134 | c.PrefilterManager.multi_line_specials = True |
|
134 | 135 | |
|
135 | 136 | c.AliasManager.user_aliases = [ |
General Comments 0
You need to be logged in to leave comments.
Login now