On Thu, May 26, 2016 at 3:32 AM, Volker Braun <[email protected]> wrote: > There is no singular_console() in the jupyter notebook, you can't magically > have a repl loop attached to a notebook cell; For starters, where would a > cell start and end?
A repl loop isn't implemented anywhere yet (Jupyter or SMC). However, how this would work to an end user isn't so hard to imagine. Just embed a full Javascript xterm in the output of the cell, and make the cell be "running" until that terminal itself is terminated. (SMC will definitely do that when we get around to it...) > > You can use the %%singular cell magic to treat the entire cell as Singular > input: > > %%singular > intvec(3,4,5) + intvec(4,5,6) > > > > On Thursday, May 26, 2016 at 11:32:25 AM UTC+2, tdumont wrote: >> >> It's possibly a stupid question, but is it possible to use the >> singular_console() in a notebook? >> When trying it, the answer is that singular_console() is unknown (in the >> notebook). >> Yours >> t. > > -- > You received this message because you are subscribed to the Google Groups > "sage-support" 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 https://groups.google.com/group/sage-support. > For more options, visit https://groups.google.com/d/optout. -- William (http://wstein.org) -- You received this message because you are subscribed to the Google Groups "sage-support" 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 https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
