Skip to content

Instantly share code, notes, and snippets.

@xcriptus
Created December 30, 2015 11:41
Show Gist options
  • Save xcriptus/abba6637d8a94ee87617 to your computer and use it in GitHub Desktop.
Save xcriptus/abba6637d8a94ee87617 to your computer and use it in GitHub Desktop.
PyCharm autorload ipython module
%load_ext autoreload
%autoreload 2
print "reload enabled"
import sys; print('Python %s on %s' % (sys.version, sys.platform))
sys.path.extend([WORKING_DIR_AND_PYTHON_PATHS])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment