#4734: sage -notebook option now broken
----------------------+-----------------------------------------------------
 Reporter:  was       |        Owner:  boothby   
     Type:  defect    |       Status:  new       
 Priority:  major     |    Milestone:  sage-3.2.2
Component:  notebook  |   Resolution:            
 Keywords:            |  
----------------------+-----------------------------------------------------
Comment (by klee):

 The -notebook command line option takes the same arguments as the
 notebook() sage command. The directory argument to both the command
 line option and the sage command should be a python string. So the
 proper way to write your code is

 /Applications/sage/sage -notebook '"/Users/carson/doc/math/
 sage_notebook/"'

 Here the outer single quotes ' ' quote the python string "/Users/
 carson/doc/math/sage_notebook/". This is a function of your shell.

 The most recent release of Sage also accepts for example

 /Applications/sage/sage -notebook '"/Users/carson/doc/math/
 sage_notebook/"' secure=True open_viewer=False

 This did not work for the old release of Sage.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4734#comment:1>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
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-trac?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to