<br><br><div class="gmail_quote">On Thu, Jun 7, 2012 at 8:56 PM, Fernando Perez <span dir="ltr"><<a href="mailto:fperez.net@gmail.com" target="_blank">fperez.net@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Thu, Jun 7, 2012 at 1:30 AM, Jonathan Taylor<br>
<<a href="mailto:jonathan.taylor@stanford.edu">jonathan.taylor@stanford.edu</a>> wrote:<br>
> Just wondering if it's possible to effectively "run all" then "save" on an<br>
> .ipynb file<br>
> from the command line.<br>
<br>
</div>I think Min has some utilities to roughly do that, he mentioned it<br>
today. Min, is that stuff available somewhere?<br></blockquote><div><br></div><div>The simple examples I tossed together were:</div><div><br></div><div>this one for running a notebook and checking for exceptions: <a href="https://gist.github.com/2620876">https://gist.github.com/2620876</a></div>
<div>and this one for a crude approximation of doctesting: <a href="https://gist.github.com/2620735">https://gist.github.com/2620735</a></div><div><br></div><div>They do not *save* the resulting notebook, but that shouldn't be much work beyond what is already there.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
f<br>
_______________________________________________<br>
IPython-User mailing list<br>
<a href="mailto:IPython-User@scipy.org">IPython-User@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-user" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-user</a><br>
</blockquote></div><br>