On 8/24/07, Kwankyu <[EMAIL PROTECTED]> wrote: > > Hi everyone, > > For some purpose, the following command is useful to me > > sage -notebook open_viewer=False > > But it doesn't work. What is the right way to pass the last option?
Do this instead: sage -c 'notebook(open_viewer=False)' The "sage -c" option wasn't implemented when I wrote "sage -notebook", but now it is, and is probably a better way to go. William --~--~---------~--~----~------------~-------~--~----~ 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-forum URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---
