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: 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
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
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
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
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
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