There is some documentation here: http://www.sagemath.org/doc/reference/notebook/sagenb/notebook/notebook_object.html
I think you might not want automatic_login = True. If you point the directory at a folder that does not already have sage notebook files, it should prompt you to create a password for the admin user - does that happen? I am not really an expert on this so hopefully someone more knowledgable can jump in.... -Marshall On Monday, May 6, 2013 9:30:15 AM UTC-5, Vincent Knight wrote: > > That doesn't seem to do the trick BUT something is certainly happening... > > If I run : > > sage: notebook(interface='sage.maths.cf.ac.uk', secure=True, > directory='/home/smavak/path_to_nbfiles', automatic_login=True) > > It looks like the server is running but this message appears: > > > https://sage.maths.cf.ac.uk:8080/?startup_token=1a0634007eab3fffd6f4d894e5d73085: > > No such file or directory > > I don't really know what that means... And secondly if I go to > sage.math.cf.ac.uk on my local machine (not the server) I don't see > anything different to the screenshot (which seems to point at port 80... so > I also tried sage.maths.cf.ac.uk:80) I shared before. > > I've also tried: > > sage: notebook(interface='sage.maths.cf.ac.uk', secure=False, > directory='path_to_nbfiles', automatic_login=True) > > with a similar result. I've tried a variety of things similar to above but > don't seem to be getting anywhere... > > Can anyone point me towards what I'm missing? I'd very much appreciate it, > I realise I don't really have enough knowledge about these things but am > more than happy to look at any documentation (which I have tried to find) > that anyone could point me towards. > > Thanks, > Vince > > > On 6 May 2013 14:09, Vincent Knight <[email protected] <javascript:>>wrote: > >> Thanks Marshall, >> >> This is perhaps where I show my ignorance, what does interface and >> directory point to? From other posts I assume that I point directory to the >> notebook directory? Also is the port supposed to be the same port as the >> Apache server is on? (If you see that screenshot it seems to be 80)... >> >> I'll try some of this out now and hopefully answer my own questions, >> thank you very much for your answer. >> >> Vince >> >> >> On 6 May 2013 13:13, Marshall Hampton <[email protected] >> <javascript:>>wrote: >> >>> I have the advantage of some IT help, but after they make a dedicated >>> account on a machine I just do >>> >>> notebook(accounts = True, interface='131.212.64.14', directory = >>> '../spring2013/', port=8000, timeout=20000, secure = True) >>> >>> where obviously you would have to change the interface and directory >>> commands. >>> >>> -Marshall Hampton >>> >>> -- >>> 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] <javascript:>. >>> To post to this group, send email to [email protected]<javascript:> >>> . >>> Visit this group at http://groups.google.com/group/sage-support?hl=en. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> >>> >> >> >> >> -- >> Dr Vincent Knight >> Cardiff School of Mathematics >> Senghennydd Road, >> Cardiff >> CF24 4AG >> (+44) 29 2087 5548 >> www.vincent-knight.com >> +Vincent Knight >> @drvinceknight >> Skype: drvinceknight >> > > > > -- > Dr Vincent Knight > Cardiff School of Mathematics > Senghennydd Road, > Cardiff > CF24 4AG > (+44) 29 2087 5548 > www.vincent-knight.com > +Vincent Knight > @drvinceknight > Skype: drvinceknight > -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
