chiark / gitweb /
e4339f58383162829bccc3e1a0f019c89420bbea
[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