9 lines
330 B
Python
9 lines
330 B
Python
# Configuration file for ipython.
|
|
## Set the color scheme (NoColor, Neutral, Linux, or LightBG).
|
|
#c.InteractiveShell.colors = 'Neutral'
|
|
c.InteractiveShell.colors = 'Neutral'
|
|
|
|
## Shortcut style to use at the prompt. 'vi' or 'emacs'.
|
|
#c.TerminalInteractiveShell.editing_mode = 'emacs'
|
|
c.TerminalInteractiveShell.editing_mode = 'vi'
|