Created
December 30, 2015 11:41
-
-
Save xcriptus/abba6637d8a94ee87617 to your computer and use it in GitHub Desktop.
PyCharm autorload ipython module
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%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