Have you (any one else) succeeded?
Not being able to display plots seems a major limitation.
import matplotlib.pyplot as plt plt.plot([1,2,3,4,5], [1,4,3,2,5]) plt.show()
Try splitting cells on the first line and re-running the second.
I quickly get Recursion-Depth-Max errors.
Have you (any one else) succeeded?
Not being able to display plots seems a major limitation.