On Sat, Oct 8, 2011 at 8:12 AM, Edward K. Ream <[email protected]> wrote: > IPython 0.12 sports a very nifty collaboration between IPython and > your favorite browser.
Several ideas. 1. mathjax shows that modern browsers have sophisticated typesetting capabilities. 2. A little study of the new IPython code shows that the commuication between IPython and the browser is via json. Maybe it's time to beef up Leo's json capabilities... 3. Leo should be able to show whatever the IPython notebook can show. All it takes is blood, sweat and code :-) However, all of IPython's code is available to Leo, either directly (via imports in Leo) or indirectly (using Leo's IPython bridge). Well, almost all. IPython's notebook requires zmq, which is C code. However, this package builds easily on Ubuntu. It doesn't build easily on Windows (experiments show that VC express isn't the same as VC), so it's time to install a linux-like build environment on Windows... Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
