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?
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.
