chiark / gitweb /
63e7de438121e0f4f735af1dde34f20f7ff940bc
[profile] / dot / ipython-config.py
1 ### -*-python -*-
2
3 c = get_config()
4
5 c.InteractiveShell.autocall = 0
6 c.InteractiveShell.autoindent = True
7 c.InteractiveShell.automagic = False
8
9 c.InteractiveShell.color_info = True
10 c.InteractiveShell.colors = 'Linux'
11
12 c.TerminalIPythonApp.display_banner = False
13 c.TerminalInteractiveShell.confirm_exit = False
14 c.TerminalInteractiveShell.display_completions = 'readlinelike'