Created
May 7, 2015 01:41
-
-
Save paddyhoran/81c1f24eecfd1900a157 to your computer and use it in GitHub Desktop.
Fixes encoding issues on ipython notebooks.
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
import sys | |
reload(sys) | |
sys.setdefaultencoding('utf-8') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment