Re: [sage-support] use sage ipython

2015-09-19 Thread Henri Girard
Thank you very much :) Have a nice day Henri Le 20/09/2015 02:01, William Stein a écrit : On Sat, Sep 19, 2015 at 5:00 PM, HG wrote: Hi, I would like to use sage -notebook=ipython to be able to have sage kernel so that I can use this kind of ipython worksheet :

Re: [sage-support] use sage ipython

2015-09-19 Thread William Stein
On Sat, Sep 19, 2015 at 5:00 PM, HG wrote: > Hi, > I would like to use sage -notebook=ipython to be able to have sage kernel so > that I can use this kind of ipython worksheet : >

[sage-support] use sage ipython

2015-09-19 Thread HG
Hi, I would like to use sage -notebook=ipython to be able to have sage kernel so that I can use this kind of ipython worksheet : https://raw.githubusercontent.com/sagemanifolds/SageManifolds/master/Worksheets/v0.8/SM_hyperbolic_plane.ipynb I don't know how to do it if possible in SMC Best regards

[sage-support] Sage and python subprocess

2015-09-19 Thread Paul Royik
Just installed sage-6.8 >From python program I run the following command: res = check_output(["/opt/mathenv/sage-6.8/sage","/opt/mathenv/mathsite/mathsite/scripts/eq_solver.sage","x-5", "x",'-oo', '1', 'oo', '1', '14']) But this piece of code gives me the following error:

[sage-support] Re: Sage and python subprocess

2015-09-19 Thread Paul Royik
UPDATE: I've managed to get the error: Setting permissions of DOT_SAGE directory so only you can read and write it. os.chmod(DOT_SAGE, _desired_mode)\nOSError: [Errno 1] Operation not permitted: \'/var/www/.sage/ How can I fix it? -- You received this message because you are subscribed to