Skip to content

Instantly share code, notes, and snippets.

@lightscalar
Last active August 29, 2015 14:02
Show Gist options
  • Save lightscalar/7606b0cd4a4b4042e883 to your computer and use it in GitHub Desktop.
Save lightscalar/7606b0cd4a4b4042e883 to your computer and use it in GitHub Desktop.
Autoreload Python Modules

If you would like to autoreload changed modules in python, this'll do it:

%load_ext autoreload
%autoreload 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment