2021-03-27 15:11:45 +01:00
|
|
|
# Configuration file for ipython.
|
|
|
|
## Set the color scheme (NoColor, Neutral, Linux, or LightBG).
|
|
|
|
#c.InteractiveShell.colors = 'Neutral'
|
2022-06-15 16:27:18 +02:00
|
|
|
c.InteractiveShell.colors = 'Neutral'
|
2021-03-27 15:11:45 +01:00
|
|
|
|
|
|
|
## Shortcut style to use at the prompt. 'vi' or 'emacs'.
|
|
|
|
#c.TerminalInteractiveShell.editing_mode = 'emacs'
|
|
|
|
c.TerminalInteractiveShell.editing_mode = 'vi'
|