diff --git a/IPython/core/display.py b/IPython/core/display.py index d66bc86..d69819f 100644 --- a/IPython/core/display.py +++ b/IPython/core/display.py @@ -877,7 +877,7 @@ class Video(DisplayObject): output = """""".format(mimetype, video_encoded.decode('utf-8')) + """.format(mimetype, video_encoded.decode('ASCII')) return output def reload(self):