Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.7.2
-
None
Description
The python interpreter has a bug when trying to render matplotlib images from the z.show() function. Line 139 of `python/src/main/resources/python/zeppelin_python.py` references un-imported package `base64`. `import base64` was added to the file to prevent this error in the future.