Skip to content

Instantly share code, notes, and snippets.

@yang-zhang
Last active May 19, 2018 02:00
Show Gist options
  • Save yang-zhang/0127a1d8ccb1f7391555ed4994acd5bc to your computer and use it in GitHub Desktop.
Save yang-zhang/0127a1d8ccb1f7391555ed4994acd5bc to your computer and use it in GitHub Desktop.
Add autoreload to the top of notebook to reload modules before executing code
%load_ext autoreload
%autoreload 2
# https://ipython.org/ipython-doc/3/config/extensions/autoreload.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment