Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 11 years ago

ndomes gravatar image

See docstrings in sagenb.notebook.user_manager.py

    sage: from sagenb.notebook.user_manager import SimpleUserManager
    sage: U = SimpleUserManager()
    sage: U.create_default_users('password')
    sage: U.user_list()
click to hide/show revision 2
No.2 Revision

See docstrings in sagenb.notebook.user_manager.py

For example:

    sage: from sagenb.notebook.user_manager import SimpleUserManager
    sage: U = SimpleUserManager()
    sage: U.create_default_users('password')
    sage: U.user_list()

Isn't this what you want? See also suitable docstrings in sagenb.notebook.notebook.py