dotfiles/ipython/profile_default/ipython_config.py

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']