I think I have successfully created 18 students accounts on three different computers using the command-line commands for the notebook, for example the .add_user function. I didn't seem to have any problems except that I needed to .save() the notebook object, which I didn't realize at first and that didn't seem obvious to me. For administering larger groups, it is critical to have that sort of command-line interface.
One thing I would now like to do is put a certain worksheet in each student's account - i.e. not the same worksheet shared, but different copies. Is there an easy way to do this? Cheers, M. Hampton On Jan 20, 3:16 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > On Jan 20, 2008 12:47 PM, bill purvis <[EMAIL PROTECTED]> wrote: > > > > > I'm getting more and more confused about the notebook server. > > I've been looking in sage-main/sage/server/... > > In server1/server1.py there appears to be a server based on the Python > > BaseHTTPServer. > > That code has absolutely nothing to do with the Sage notebook. It should > probably be deleted from Sage, and is only there for historical reasons. > You should look at sage-main/sage/server/notebook/* > > > > > The code in here, however appears to produce different > > output from that viewed from my Firefox browser. For instance, in the > > head of a page server1.py seems to put <title>SAGE: %s</title> > > while on my browser I see <title>%s (SAGE)</title>. > > Am I looking in the right place? What I want to do is turn on some > > kind of logging to see what requests the server is receiving and > > what it send in reply. > > > Bill > > -- > > +---------------------------------------+ > > | Bill Purvis, Amateur Mathematician | > > | email: [EMAIL PROTECTED] | > > | http://bil.members.beeb.net | > > +---------------------------------------+ > > -- > William Stein > Associate Professor of Mathematics > University of Washingtonhttp://wstein.org --~--~---------~--~----~------------~-------~--~----~ 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 URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
