#17280: Notebook commandline argparse
-------------------------------------+-------------------------------------
       Reporter:  vbraun             |        Owner:
           Type:  defect             |       Status:  needs_review
       Priority:  blocker            |    Milestone:  sage-6.4
      Component:  scripts            |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Volker Braun       |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/vbraun/notebook_commandline_argparse|  
ce9db90e99881ed20cda5a3a3d490365b912b7b2
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by kcrisman):

 Oh.

 BUT we do have
 {{{
 usage_advanced() {
 ....
 }
 }}}
 and at the very least
 {{{
     echo "  -n, -notebook [...] -- start the Sage notebook (options are
 the same"
     echo "                         as for the notebook command in Sage)"
 }}}
 could be fixed somehow.  From looking at `src/bin/sage` it looks like this
 only runs the default notebook.

 And would this be acceptable?
 {{{
 description = \
 """
 The Sage notebook launcher is used to start the notebook, and allows
 you to choose between different implementations. Any further command
 line options, in the form `--option=foo`, are passed to the respective
 notebook.
 """
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/17280#comment:17>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to