gregsexton / ob-ipython

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

jupyter-julia: file param not working #159

Open nico202 opened 6 years ago

nico202 commented 6 years ago

I can't get the :file param working with the julia-0.6 kernel. I'm using Plots.jl with the gr() backend. In the notebook (with the web browser) the image is inserted.

I can workaround it by saving the figure to a file with eg. png("output.png"), but I'd like to get the same result with the :file / asynk-file keyword, any idea?

Thanks, Nicolò