Paul Bustios created ZEPPELIN-1328: -------------------------------------- Summary: z.show in python interpreter does not display PNG images in python 3 Key: ZEPPELIN-1328 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1328 Project: Zeppelin Issue Type: Bug Components: python-interpreter Affects Versions: 0.7.0 Reporter: Paul Bustios Fix For: 0.7.0
z.show() function in python interpreter does not display PNG images in Python 3 producing the following error: {code} TypeError: string argument expected, got 'bytes' {code} As it indicated in the error, it is expected a string. This occurs because in Python 3 StringIO only accepts string objects. -- This message was sent by Atlassian JIRA (v6.3.4#6332)