| 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()
| 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
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.