Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.3
-
None
Description
import matplotlib.pyplot as plt
plt.plot([1, 2, 3])
Response (It also should return the image data, so that the frontend can render the image)
{ "total_statements": 1, "statements": [ { "id": 0, "state": "available", "output": { "status": "ok", "execution_count": 0, "data": { "text/plain": "[<matplotlib.lines.Line2D object at 0x10f521d10>]" } } } ] }