Skip to content

Instantly share code, notes, and snippets.

@janpipek
Created July 29, 2014 13:29
Show Gist options
  • Save janpipek/f3056ba8d9a6f71b7b1f to your computer and use it in GitHub Desktop.
Save janpipek/f3056ba8d9a6f71b7b1f to your computer and use it in GitHub Desktop.
autoreload in IPython
%load_ext autoreload
%aimport module_to_be_reload # Select modules to be reloaded
%autoreload 1 # Set that we want only the listed modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment