<br><br><div class="gmail_quote">On Fri, Sep 16, 2011 at 20:30, Toby Burnett <span dir="ltr"><<a href="mailto:tburnett@uw.edu">tburnett@uw.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
I'm using 0.11, which I really appreciate. I'd love to use the notebook, the Mathematica-like format that I really want.<br>
However, it is not distributed with the released 0.11, and apparently requires a special branch installation. I've looked everywhere for instructions to get it instead: could someone post such and/or add them to the cookbook? The standard docs are fine for installing dependencies and *using* it.<br>
</blockquote><div><br></div><div>It's just in current IPython master. If you install IPython from git, you will have the notebook.</div><div><br></div><div>$> git clone git://<a href="http://github.com/ipython/ipython.git">github.com/ipython/ipython.git</a></div>
<div>$> python setupegg.py develop</div><div><br></div><div>or one-liner for installing the current snapshot:</div><div>$> easy_install <a href="https://github.com/ipython/ipython/tarball/master">https://github.com/ipython/ipython/tarball/master</a></div>
<div><br></div><div>Then just `ipython notebook` to start it up.</div><div> </div><div>-MinRK</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Thanks,<br>
Toby Burnett<br>
<br>
<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>