Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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()

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