Skip to content

Instantly share code, notes, and snippets.

@AeroGeekDean
Forked from rsepassi/autoreload_startup.ipy
Last active July 3, 2020 19:33
Show Gist options
  • Select an option

  • Save AeroGeekDean/c43a9afe73ca0ac2934abc57b67fbb1f to your computer and use it in GitHub Desktop.

Select an option

Save AeroGeekDean/c43a9afe73ca0ac2934abc57b67fbb1f 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
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