Add an extension load to IPython config

This commit is contained in:
Dionisio E Alonso 2017-12-13 20:39:23 -03:00
parent 007cf2696f
commit c25065e27b
1 changed files with 5 additions and 0 deletions

View File

@ -2,3 +2,8 @@
load_subconfig('ipython_prompts.py')
c.TerminalInteractiveShell.confirm_exit = False
c.TerminalIPythonApp.extensions = [
'autoreload'
]
c.TerminalIPythonApp.exec_lines = ['%autoreload 2']