#17769: sage -n ipython broken
----------------------------+------------------------
       Reporter:  cheuberg  |        Owner:
           Type:  defect    |       Status:  new
       Priority:  blocker   |    Milestone:  sage-6.5
      Component:  scripts   |   Resolution:
       Keywords:  notebook  |    Merged in:
        Authors:            |    Reviewers:
Report Upstream:  N/A       |  Work issues:
         Branch:            |       Commit:
   Dependencies:            |     Stopgaps:
----------------------------+------------------------

Comment (by tmonteil):

 More precisely, the problem is here

 {{{
 if [ "$1" = "-notebook" -o "$1" = '--notebook' -o "$1" = '-n' ]; then
     shift
     sage-cleaner >/dev/null 2>&1 &
     exec sage-notebook --notebook=default "$@"
 fi
 }}}

 It was introduced in
 
http://git.sagemath.org/sage.git/commit/?id=487807cdaaa32f8cf8090fa2271d8c5ac762252e

 As you can see, the 'default' notebook is explicitly called (consistently
 with `sage -h`).

 Ciao,
 Thierry

--
Ticket URL: <http://trac.sagemath.org/ticket/17769#comment:4>
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