-
-
Save AeroGeekDean/c43a9afe73ca0ac2934abc57b67fbb1f 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 | |
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
| This is just a test to see what happens when I add an addition file to my gist... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment