Hi everyone, i need some help configuring my notebook:
When i start the notebook server typing "notebook()" on the sage
prompt it always login as 'admin' so i have to log out and enter as my
user defined account.
I've tried to reconfigure my notebook server settings as follows:
>> nb = sagenb.notebook.notebook.Notebook(tmp_dir()+'.sagenb')
>> nb.add_user('user','password','','admin',True)
so there is not default user to log in when notebook starts
>>nb.default_user()
''
but when i type notebook()
>>notebook()
it always stars as admini dont know what kind of problems would i have if a work on the sage nb as admin, i hope anyone can help (About my english, i don't know the status of my writing, i'm Spanish- speaking so im just learning) -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
