Created
May 8, 2014 19:23
-
-
Save rsepassi/2cdde6c6d4b36916cb37 to your computer and use it in GitHub Desktop.
Setup autoreload in iPython
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%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