On Mon, 3 Nov 2014, Nils Bruin wrote:
Is it possible to have Sage notebook as a GUI for system python, i.e. one in /usr/bin/ using packages from /usr/lib?
(that said, IPython notebook probably does for you what you want right away)
No, it has not multiuser support yet. It is planned only.
With a little surgery, you could probably add another "language" system-python. Beware that starting system python from the sage environment can be messy, see http://trac.sagemath.org/ticket/9386 and http://trac.sagemath.org/ticket/10286 An option that avoids changing any notebook code would be to use the "server-pool" option and use an account on which you've ensured that whatever the incantation sage-notebook sends to the server to start the worker process, leads to starting the system python.
Thanks, I will see first one. If it does not work, I try second option; I would not have invented it myself.
-- Jori Mäntysalo -- 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 http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
