I am trying to execute the code below and I am getting error: > Wrong type argument:listp, "/tmp/image.png" #+BEGIN_SRC` ipython :session :ipyfile /tmp/image.png :exports both :results raw drawer plt.hist(np.random.randn(20000), bins=200) #+END_SRC