<br><br><div class="gmail_quote">On Wed, Aug 31, 2011 at 00:22, David Froger <span dir="ltr"><<a href="mailto:david.froger@gmail.com">david.froger@gmail.com</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 would like to experiment ssh tunnels:<br>
<a href="http://ipython.org/ipython-doc/dev/interactive/qtconsole.html#ssh-tunnels" target="_blank">http://ipython.org/ipython-doc/dev/interactive/qtconsole.html#ssh-tunnels</a><br>
<br>
The wiki say that the first thing to do is:<br>
ipython kernel<br>
<br>
I've just get ipython from github, and installed it (0.11).<br>
git clone <a href="https://github.com/ipython/ipython.git" target="_blank">https://github.com/ipython/ipython.git</a></blockquote><div><br></div><div>Current master reports its version as 0.12.dev, so you are not using current IPython if it reports 0.11. check your git branch to make sure it's up to date, and check that you don't have an older installed IPython ahead of it on Python's path.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
"ipython qtconsole" is working, but "ipython kernel" does not. (<br>
[TerminalIPythonApp] File not found: u'kernel' )<br>
<br>
I suppose "ipython kernel" will be in 0.12?<br></blockquote><div><br></div><div>Yes, `ipython kernel` is added in 0.12. It's equivalent to:</div><div><br></div><div>python -c "from IPython.zmq.ipkernel import main; main()"</div>
<div><br></div><div>in 0.11</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
I'm trying to get developpement version of ipython "pre-0.12" that is<br>
mentionned on <a href="http://ipython.org/" target="_blank">http://ipython.org/</a>,<br>
but I can't find it on <a href="https://github.com/ipython/ipython" target="_blank">https://github.com/ipython/ipython</a>.<br>
<br>
Is there a git command to get it?<br></blockquote><div><br></div><div>I don't know why the link says 'pre-0.12', but the development version just refers to git master, which is the default branch when you clone the repo.</div>
<div><br></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>
David<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>