[
https://issues.apache.org/jira/browse/LIVY-304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gyorgy Gal updated LIVY-304:
----------------------------
Fix Version/s: 0.10.0
(was: 0.9.0)
This issue has been moved to the 0.10.0 release as part of a bulk update. If
you feel this is moved out inappropriately, feel free to provide justification
and reset the Fix Version to 0.9.0.
> matplotlib doesn't work in livy pyspark interpreter
> ---------------------------------------------------
>
> Key: LIVY-304
> URL: https://issues.apache.org/jira/browse/LIVY-304
> Project: Livy
> Issue Type: Bug
> Components: Interpreter
> Affects Versions: 0.3
> Reporter: Jeff Zhang
> Priority: Major
> Fix For: 0.10.0
>
>
> {code}
> import matplotlib.pyplot as plt
> plt.plot([1, 2, 3])
> {code}
> Response (It also should return the image data, so that the frontend can
> render the image)
> {code}
> {
> "total_statements": 1,
> "statements": [
> {
> "id": 0,
> "state": "available",
> "output": {
> "status": "ok",
> "execution_count": 0,
> "data": {
> "text/plain": "[<matplotlib.lines.Line2D object at 0x10f521d10>]"
> }
> }
> }
> ]
> }
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)