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.

Revisions

  1. AeroGeekDean revised this gist Jul 3, 2020. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions test.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    This is just a test to see what happens when I add an addition file to my gist...
  2. @rsepassi rsepassi created this gist May 8, 2014.
    13 changes: 13 additions & 0 deletions autoreload_startup.ipy
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    %load_ext autoreload
    %autoreload 2

    # Exclude autoimports
    %aimport -np
    %aimport -pd
    %aimport -sp
    %aimport -sklearn
    %aimport -skimage
    %aimport -mpl
    %aimport -plt
    %aimport -logging