chiark / gitweb /
dot/vm: Remove list of ancient email addresses.
[profile] / dot / ipython_config.py
CommitLineData
27be52b3
MW
1### -*-python -*-
2
3c = get_config()
4
5c.InteractiveShell.autocall = 0
6c.InteractiveShell.autoindent = True
7c.InteractiveShell.automagic = False
8
9c.InteractiveShell.color_info = True
10c.InteractiveShell.colors = 'Linux'
11
12c.Completer.greedy = True
13
14c.TerminalIPythonApp.display_banner = False
15c.InteractiveShellApp.ignore_old_config=True
16c.TerminalInteractiveShell.confirm_exit = False