Skip to content

Instantly share code, notes, and snippets.

@izikeros
Created May 30, 2019 18:45
Show Gist options
  • Save izikeros/2267ac17c6b9c933106bc071f1e6481a to your computer and use it in GitHub Desktop.
Save izikeros/2267ac17c6b9c933106bc071f1e6481a to your computer and use it in GitHub Desktop.
Autoreload magic lines for jupyter notebook using external code.
Display the source blob
Display the rendered blob
Raw
# Load the "autoreload" extension so that code can change
%load_ext autoreload
# always reload modules to keep up with changes in external code
%autoreload 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment