<div dir="ltr">Definitely want to show that and Brian's pythontutor plugin.<div><br></div><div style>- Matt</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jan 15, 2013 at 6:07 PM, Erik Bray <span dir="ltr"><<a href="mailto:erik.m.bray@gmail.com" target="_blank">erik.m.bray@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, Jan 10, 2013 at 9:54 PM, Matt <<a href="mailto:jiffyclub@gmail.com">jiffyclub@gmail.com</a>> wrote:<br>

</div><div><div class="h5">> Hi all,<br>
><br>
> One of the (many) reasons I love the IPython Notebook is its potential for education. One way it can be leveraged is via the rich outputs possible, which allowed me to write the ipythonblocks package. ipythonblocks provides an object that displays itself as a colored HTML table that students can manipulate. See my blog post here: <a href="http://j.mp/ZNEBM5" target="_blank">http://j.mp/ZNEBM5</a>.<br>

><br>
> The Notebook has other education friendly properties, especially its ability to stand alone as a self-contained environment. No switching between editors, shells, and docs… At PyCon in March I'm going to be giving a talk on teaching with the Notebook (<a href="http://j.mp/TNSzda" target="_blank">http://j.mp/TNSzda</a>). I'll probably spend a couple minutes of the talk relaying thoughts and anecdotes from other Software Carpentry instructors and I'd like to invite anyone here who uses the Notebook as a teaching tool to send me any particularly compelling stories that illustrate the Notebook's value in the classroom.<br>

<br>
</div></div>This reminds me--if you haven't already you might want to consider<br>
demonstrating ipython_nose in your PyCon talk.  Your mention of never<br>
having to leave ipython notebook reminded me of it.  It should "just<br>
work" if you `pip install<br>
git+<a href="https://github.com/taavi/ipython_nose.git`" target="_blank">https://github.com/taavi/ipython_nose.git`</a> and then in IPython do<br>
%load_ext ipython_nose.  Then you can write nose tests right in<br>
IPython and run them with %nose.  It works in the CLI, but is<br>
especially slick in the notebook.<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org">IPython-dev@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
</div></div></blockquote></div><br></div>