Install IPython: pip install ipython Run ipython profile create Go in ~/.ipython/profile_default/ipython_config.py and open it in a text editor and add these two lines at the end: ``` c.InteractiveShellApp.extensions = ['autoreload'] c.InteractiveShellApp.exec_lines = ['%autoreload 2'] ```