Sage notebooks docs here: http://www.sagemath.org/doc/reference/sagenb/notebook/notebook.html
suggest creating a notebook object to manage notebook server in a script like so... nb = sagenb.notebook.notebook.Notebook(tmp_dir()+'.sagenb') Is this notebook handle necessary tied to my existing notebook server that is already running? The reason I'm asking is that my existing accounts don't seem to appear for this notebook handle. For example, nb.users() is empty. cs -- 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
