On Wed, Mar 18, 2009 at 8:25 AM, Thierry Dumont <tdum...@math.univ-lyon1.fr> wrote: > William Stein a écrit : >> On Wed, Mar 18, 2009 at 5:46 AM, Thierry Dumont >> <tdum...@math.univ-lyon1.fr> wrote: >>> Hello, >>> >>> As (maybe) you remember I starting the installation of my "university >>> wide" Sage server. >>> One idea is to launch 2 Sage servers on each machine (one machine has >>> 32Gb ram and 4x2 cores). So: I create a "sage" user, in /home/sage I >>> create two directories. >>> >>> In the first one I do: >>> sage<notebook(port=8001,secure=True,address='',open_viewer=False,accounts=True)& >> >> You must do >> >> notebook(dir='local_notebook', >> port=8001,secure=True,address='',open_viewer=False,accounts=True) >> > > thanks, but... it does not work (or I did not understand); the error > message is: > TypeError: notebook_twisted() got an unexpected keyword argument 'dir' > yours > t.d.
Try notebook('local_notebook', port=8001,secure=True,address='',open_viewer=False,accounts=True) --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---