Created
April 3, 2015 10:18
-
-
Save koorukuroo/d502a57e5b4aee44c4d2 to your computer and use it in GitHub Desktop.
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
| 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