Show More
@@ -93,12 +93,14 b' hierarchy represent the value you would normally set on the ``c`` object of' | |||
|
93 | 93 | { |
|
94 | 94 | "InteractiveShell": { |
|
95 | 95 | "colors": "LightBG", |
|
96 | "editor": "nano" | |
|
97 | 96 | }, |
|
98 | 97 | "InteractiveShellApp": { |
|
99 | 98 | "extensions": [ |
|
100 | 99 | "myextension" |
|
101 | 100 | ] |
|
101 | }, | |
|
102 | "TerminalInteractiveShell": { | |
|
103 | "editor": "nano" | |
|
102 | 104 | } |
|
103 | 105 | } |
|
104 | 106 | |
@@ -109,7 +111,7 b' Is equivalent to the following ``ipython_config.py``::' | |||
|
109 | 111 | ] |
|
110 | 112 | |
|
111 | 113 | c.InteractiveShell.colors = 'LightBG' |
|
112 | c.InteractiveShell.editor = 'nano' | |
|
114 | c.TerminalInteractiveShell.editor = 'nano' | |
|
113 | 115 | |
|
114 | 116 | |
|
115 | 117 | Command line arguments |
General Comments 0
You need to be logged in to leave comments.
Login now