source: trunk/share/ipython_config.py

Last change on this file was 2495, checked in by Malte Marquarding, 12 years ago

Added config file for ipython> 0.10

File size: 573 bytes
Line 
1c = get_config()  # get the Config instance
2
3c.TerminalIPythonApp.display_banner = False
4
5c.InteractiveShellApp.ignore_old_config=True
6c.InteractiveShellApp.exec_lines=[ 'from asap import *', 'print welcome()' ]
7#c.InteractiveShellApp.exec_files=[ '~/.asap/asapuserfuncs.py' ]
8
9c.InteractiveShell.autoindent = True
10c.InteractiveShell.autocall = 2
11c.InteractiveShell.magic_pprint = True
12c.InteractiveShell.use_readline=True
13c.InteractiveShell.confirm_exit=False
14c.InteractiveShell.xmode='Plain'
15
16c.PromptManager.in_template='ASAP> '
17c.PromptManager.out_template='asap>: '
18
Note: See TracBrowser for help on using the repository browser.