gregsexton / ob-ipython

org-babel integration with Jupyter for evaluation of (Python by default) code blocks
737 stars 111 forks source link

Wrong type argument:listp #208

Open ofenerci opened 5 years ago

ofenerci commented 5 years ago

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