1
0
mirror of https://gitlab.com/baco/dotconf.git synced 2024-06-14 04:06:37 +00:00
dotfiles/ipython/profile_default/ipython_config.py
2017-12-13 20:39:23 -03:00

10 lines
209 B
Python

# Load prompts
load_subconfig('ipython_prompts.py')
c.TerminalInteractiveShell.confirm_exit = False
c.TerminalIPythonApp.extensions = [
'autoreload'
]
c.TerminalIPythonApp.exec_lines = ['%autoreload 2']