Skip to content

Instantly share code, notes, and snippets.

@paddyhoran
Created May 7, 2015 01:41
Show Gist options
  • Save paddyhoran/81c1f24eecfd1900a157 to your computer and use it in GitHub Desktop.
Save paddyhoran/81c1f24eecfd1900a157 to your computer and use it in GitHub Desktop.
Fixes encoding issues on ipython notebooks.
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