012 ━━━ ** your imports in ipython for ⚡ fast development Date: June 7, 2020 autoreload your imports in ipython for ⚡ fast development [code] c.InteractiveShellApp.extensions = ['autoreload'] c.InteractiveShellApp.exec_lines = ['%autoreload 2'] c.InteractiveShellApp.exec_lines.append('print("Warning: disable autoreload in ipython_config.py to improve performance.")') 👆 add this to your ~/.ipython/profile_default/ipython_config.py.