I downloaded it and ran it against my enthought epdfree installation, (which includes all the dependencies you need for this, including Ipython itself), on windows 7, and it worked fine!
Thanks for your work on this Ville. Tom On Thursday, January 24, 2013 3:01:06 PM UTC-5, Ville M. Vainio wrote: > > Leo finally caught up with modern IPython ;-). > > I added support for the client/server ipython architecture, where Leo > process runs an ipython "kernel", and terminal sessions can connect to it > from other processes. So you can launch a new xterminal, and connect an > ipython ui session (qt or terminal based). > > Branch is here: > > https://code.launchpad.net/~villemvainio/leo-editor/ipkerneldemo > > Launch leo by "python launchLeo.py --ipython" > > You should see a terminal being launched. > > You can do alt-x ipython-new to launch new terminals (connected to the > same kernel) > > You need to install some dependencies to get this working. Try "sudo pip > install ipython matplotlib" at least. This may fail if you don't have c > compiler set up correctly; I leave it to others to repeat this and compose > better instructions. > > Screenshot attached. "c" is available because I launched the session with > alt-x ipython-new > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
