Vile, It means, if I want to use ipython, just use "python launchLeo.py --ipython", and don't uncomment ipython.py in @enabled-plugins
If I uncomment ipython.py in @enabled-plugins, the log pane says: reading settings in C:\Users\HaveF\.leo\myLeoSettings.leo ipython plugin: can not import IPython.ipapi reading settings in C:\Users\HaveF\.leo\workbook.leo loadOnePlugin: can not load enabled plugin: leo.plugins.ipython is it fine? thanks! btw, the doc of ipython and leo<http://leoeditor.com/IPythonBridge.html#installation-and-startup> should be updated(or just link it to this post?)...or it will misleads people. On Friday, January 25, 2013 4:01:06 AM UTC+8, 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.
