Skip to content

Instantly share code, notes, and snippets.

@rsepassi
Created May 8, 2014 19:23
Show Gist options
  • Save rsepassi/2cdde6c6d4b36916cb37 to your computer and use it in GitHub Desktop.
Save rsepassi/2cdde6c6d4b36916cb37 to your computer and use it in GitHub Desktop.
Setup autoreload in iPython
%load_ext autoreload
%autoreload 2
# Exclude autoimports
%aimport -np
%aimport -pd
%aimport -sp
%aimport -sklearn
%aimport -skimage
%aimport -mpl
%aimport -plt
%aimport -logging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment