Re: [sage-support] Problem with Sagemath cloud

2013-07-20 Thread suaste
I alredy was tried by refreshing the page several times, but it didn't help. Now I just tried with "Restart> Project Server" and it worked! Thank you!! The project id is: 5426a24e-7a81-44b1-a97b-7e963254ecce It's, actually, a public project And the upper right corner typically it says for me

[sage-support] graphs: unexpected behavior from depth_first_search after relabeling

2013-07-20 Thread davidp
sage: g = graphs.CycleGraph(4) sage: list(g.depth_first_search(0)) [0, 3, 2, 1] sage: g.relabel([0,3,2,1]) sage: list(g.depth_first_search(0)) [0, 1, 2, 3] I was expecting to get [0,3,2,1] again after relabeling. Dave -- You received this message because you are subscribed to the Google Groups

Re: [sage-support] Problem with Sagemath cloud

2013-07-20 Thread William Stein
On Sat, Jul 20, 2013 at 10:18 AM, wrote: > I alredy was tried by refreshing the page several times, but it didn't help. > Now I just tried with "Restart> Project Server" and it worked! Thank > you!! Excellent. There is a process that runs to manage just your project, and "Restart> Proje

[sage-support] Problem with Sagemath cloud

2013-07-20 Thread suaste
Hi, In my projects in cloud sage I have had some problems. By now I cannot open my already created worksheets. Keeps saying "unable to open name.sagews".Nevertheless I can run terminal and see files. Some times the same happens with the complete file, I'm unable to see it, then I stop working a

Re: [sage-support] Problem with Sagemath cloud

2013-07-20 Thread William Stein
On Sat, Jul 20, 2013 at 9:34 AM, wrote: > Hi, > > In my projects in cloud sage I have had some problems. By now I cannot open > my already created worksheets. > Keeps saying "unable to open name.sagews".Nevertheless I can run terminal and > see files. Some times the same happens with the comple

Re: [sage-support] Re: My local sage now asks for a user name and password, what to do?

2013-07-20 Thread jean delcourt
Thank, you, it works with login 'admin' jean 2013/7/19 P Purkayastha > On 07/18/2013 08:02 PM, jean delcourt wrote: > >> Same problem, and the solution of William does'nt work; when I open a >> console window, one ask me login and password, 'sage' and 'sage' are not >> accepted. >> I have had

[sage-support] "Infelicity" while compiling sagetex documents

2013-07-20 Thread Emmanuel Charpentier
Something seems to have changed either in my Sage or my Python installation, but I can't diagnose it : I wanted to compile (again) the sagetex documentation. Compiling sagetex.dtx was a breeze (pdflatex sagetex.dtx ; sage sagetex.sagetex.sage ; pdflatex sagetex.dtx). pdflatex example.tex went O