[IPython-dev] The Larch Environment - anyone seen this before?

Matthias BUSSONNIER bussonniermatthias at gmail.com
Sat Sep 29 04:10:56 EDT 2012


Le 29 sept. 2012 à 00:49, Aaron Meurer a écrit :

> I guess allow arbitrary javascript to return input to the cell.
> 
> This would also be cool if you did a similar thing in QT (if that's
> possible).  And maybe if you ever get a curses console, there as well.
> It would of course be a non-trivial piece of work, but this would
> open up the possibility for an equation editor as input to SymPy.

You'll need a QtWebkit View. Issues is JS engine of qtengine sooooooo Slow that even an empty  notebook in
a QtWebkit view is slow to scroll and take around 30s to render Math of a notebook without math...
(hopefully this should change with Qt5 which embed V8 I think).
-- 
Matthias

> 
> Aaron Meurer
> 
> On Fri, Sep 28, 2012 at 4:36 PM, Thomas Kluyver <takowl at gmail.com> wrote:
>> On 28 September 2012 22:42, Brian Granger <ellisonbg at gmail.com> wrote:
>>> Oh, thanks for the link to this, definitely some really cool stuff there.
>> 
>> Definitely. One thing that seems particularly interesting is
>> interactive input widgets - see e.g. this link:
>> https://sites.google.com/site/larchenv/the-larch-env/embedded_polygon.png?attredirects=0
>> 
>> How might something like that fit into our notebook model?
>> 
>> Thom
>> _______________________________________________
>> IPython-dev mailing list
>> IPython-dev at scipy.org
>> http://mail.scipy.org/mailman/listinfo/ipython-dev
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev




More information about the IPython-dev mailing list