Skip to content

Instantly share code, notes, and snippets.

View AeroGeekDean's full-sized avatar

Dean Liu AeroGeekDean

View GitHub Profile
@AeroGeekDean
AeroGeekDean / autoreload_startup.ipy
Last active July 3, 2020 19:33 — forked from rsepassi/autoreload_startup.ipy
Setup autoreload in iPython
%load_ext autoreload
%autoreload 2
# Exclude autoimports
%aimport -np
%aimport -pd
%aimport -sp
%aimport -sklearn
%aimport -skimage
%aimport -mpl