[sage-support] Octave interface synchronization

2010-05-14 Thread Pablo W.
Hello, When using the octave interface, I have occasonally encountered some synchronization issues, with some output corresponding to older entries. For instance when issuing : print octave.execute("help('randn')") only one part of randn documentation is displayed, the end being delayed until th

[sage-support] Wrapper for Octave

2010-05-10 Thread Pablo W.
Hello, I would like to use pytave wrapper (https://launchpad.net/pytave) instead or the default pexpect interface. It is similar to the mlabwrap library for the Matlab engine in the sense that it embeds an Octave interpreter using octave's C library. So far I could not compile it though. Pytave d

[sage-support] Re: @interact input matrix

2010-04-07 Thread Pablo W.
Indeed, this is exactly what I was looking for ! Thank you very much ! On 7 avr, 21:59, Pablo Angulo wrote: > Is the following enough for your purposes? > > @interact > def _(M=matrix(ZZ,4,4)): >     ...do something with M... -- To post to this group, send email to sage-support@googlegroups.co

[sage-support] @interact input matrix

2010-04-07 Thread Pablo W.
Hi, Right now I use the excellent @interact feature to allow users input a lot of parameters. As they often represent coefficient of matrices to be used in the cell (numpy matrices), I was wondering whether it was possible to input them directly as a matrix. Best, Pablo -- To post to this gro