Skip to content

Instantly share code, notes, and snippets.

@koorukuroo
Created April 3, 2015 10:18
Show Gist options
  • Select an option

  • Save koorukuroo/d502a57e5b4aee44c4d2 to your computer and use it in GitHub Desktop.

Select an option

Save koorukuroo/d502a57e5b4aee44c4d2 to your computer and use it in GitHub Desktop.
from IPython.display import HTML
# To solve the problem : UnicodeDecodeError: 'ascii' codec can't decode byte 0xea in position 83: ordinal not in range(128)
def pdhtml(frame):
return HTML(frame.to_html())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment