Skip to content

Instantly share code, notes, and snippets.

@ricky-lim
Created January 10, 2021 08:52
Show Gist options
  • Save ricky-lim/f65820d9efcc27dab468688199dcad71 to your computer and use it in GitHub Desktop.
Save ricky-lim/f65820d9efcc27dab468688199dcad71 to your computer and use it in GitHub Desktop.
Add autoreload to ipython config
# Create config file
$ ipython profile create
$ vim <ipython_config_file>
c.InteractiveShellApp.extensions = ['autoreload']
.InteractiveShellApp.exec_lines = ['%autoreload 2']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment