ob-ipython icon indicating copy to clipboard operation
ob-ipython copied to clipboard

Wrong type argument:listp

Open ofenerci opened this issue 6 years ago • 0 comments

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

ofenerci avatar May 22 '19 21:05 ofenerci