Show More
@@ -93,12 +93,14 b' hierarchy represent the value you would normally set on the ``c`` object of' | |||||
93 | { |
|
93 | { | |
94 | "InteractiveShell": { |
|
94 | "InteractiveShell": { | |
95 | "colors": "LightBG", |
|
95 | "colors": "LightBG", | |
96 | "editor": "nano" |
|
|||
97 | }, |
|
96 | }, | |
98 | "InteractiveShellApp": { |
|
97 | "InteractiveShellApp": { | |
99 | "extensions": [ |
|
98 | "extensions": [ | |
100 | "myextension" |
|
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 | c.InteractiveShell.colors = 'LightBG' |
|
113 | c.InteractiveShell.colors = 'LightBG' | |
112 | c.InteractiveShell.editor = 'nano' |
|
114 | c.TerminalInteractiveShell.editor = 'nano' | |
113 |
|
115 | |||
114 |
|
116 | |||
115 | Command line arguments |
|
117 | Command line arguments |
General Comments 0
You need to be logged in to leave comments.
Login now