Last change
on this file since 2643 was 2495, checked in by Malte Marquarding, 12 years ago |
Added config file for ipython> 0.10
|
File size:
573 bytes
|
Rev | Line | |
---|
[2495] | 1 | c = get_config() # get the Config instance
|
---|
| 2 |
|
---|
| 3 | c.TerminalIPythonApp.display_banner = False
|
---|
| 4 |
|
---|
| 5 | c.InteractiveShellApp.ignore_old_config=True
|
---|
| 6 | c.InteractiveShellApp.exec_lines=[ 'from asap import *', 'print welcome()' ]
|
---|
| 7 | #c.InteractiveShellApp.exec_files=[ '~/.asap/asapuserfuncs.py' ]
|
---|
| 8 |
|
---|
| 9 | c.InteractiveShell.autoindent = True
|
---|
| 10 | c.InteractiveShell.autocall = 2
|
---|
| 11 | c.InteractiveShell.magic_pprint = True
|
---|
| 12 | c.InteractiveShell.use_readline=True
|
---|
| 13 | c.InteractiveShell.confirm_exit=False
|
---|
| 14 | c.InteractiveShell.xmode='Plain'
|
---|
| 15 |
|
---|
| 16 | c.PromptManager.in_template='ASAP> '
|
---|
| 17 | c.PromptManager.out_template='asap>: '
|
---|
| 18 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.