Skip to content

Instantly share code, notes, and snippets.

@Atlas7

Atlas7/magic.py Secret

Last active May 19, 2017 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Atlas7/2c2cf4cfbc8b1462610660573cad622e to your computer and use it in GitHub Desktop.
Save Atlas7/2c2cf4cfbc8b1462610660573cad622e to your computer and use it in GitHub Desktop.
IPython Magic - matplotlib inline
# Some more magic so that the notebook will reload external python modules;
# see http://stackoverflow.com/questions/1907993/autoreload-of-modules-in-ipython
%load_ext autoreload
%autoreload 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment