<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Another option would be to present the ability for the user to register post completion hooks with rmagic that would run some python code<div>after every %%R code cell. The default post completion hook would implement the current behavior of calling dev.off(), but others could call ggsave() or whatever.</div><div><br></div><div>-Robert</div><div><br></div><div><br><div><div>On Dec 20, 2012, at 10:45 AM, Thomas Kluyver wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 20 December 2012 18:29, Robert McGibbon <span dir="ltr"><<a href="mailto:rmcgibbo@gmail.com" target="_blank">rmcgibbo@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto; ">
ggsave('temp.png'); system('open temp.png')<br>
<br>
At the end of my plotting session. This pops up the plot in my image editor.<br>
<br>
For the notebook, I think it's a little more complicated because you have to send the png to the front end through the display pub.</blockquote></div><br></div><div class="gmail_extra">In fact, the notebook just sets up a specific temporary directory for your R code, and then displays the png files saved in there. Maybe we should expose that to the R code as something like _ipy_tmpd, so that you can save arbitrary png files?<br>

<br></div><div class="gmail_extra">Thomas<br></div></div>
_______________________________________________<br>IPython-dev mailing list<br><a href="mailto:IPython-dev@scipy.org">IPython-dev@scipy.org</a><br>http://mail.scipy.org/mailman/listinfo/ipython-dev<br></blockquote></div><br></div></body></html>