rpirena/ipython_config.py
stephan 1b28558ec9 rpirena: ipython_config
git-svn-id: svn+ssh://asterix.ieap.uni-kiel.de/home/subversion/stephan/solo/eda/cospi/host@6114 bc5caf13-1734-44f8-af43-603852e9ee25
2017-06-14 20:25:22 +00:00

9 lines
279 B
Python

# Configuration file for ipython.
c = get_config()
c.TerminalIPythonApp.force_interact = True
c.TerminalIPythonApp.display_banner = False
c.TerminalInteractiveShell.confirm_exit = False
c.TerminalInteractiveShell.term_title = False
c.TerminalInteractiveShell.true_color = True