#12719: Upgrade to IPython 0.13
----------------------------------------------------------+-----------------
       Reporter:  kini                                    |         Owner:  tbd 
                                  
           Type:  enhancement                             |        Status:  
needs_work                            
       Priority:  critical                                |     Milestone:  
sage-5.3                              
      Component:  packages                                |    Resolution:      
                                  
       Keywords:  sd40.5                                  |   Work issues:  ?? 
doesn't show code                  
Report Upstream:  N/A                                     |     Reviewers:  
Volker Braun, Mike Hansen, Jason Grout
        Authors:  Mike Hansen, Volker Braun, Jason Grout  |     Merged in:      
                                  
   Dependencies:                                          |      Stopgaps:      
                                  
----------------------------------------------------------+-----------------

Comment (by jhpalmieri):

 Two more issues:

  - when Sage starts, any lines in my init.sage file are echoed to the
 screen after the first "sage:" prompt. They aren't executed until I hit
 the return key:
 {{{
 ----------------------------------------------------------------------
 | Sage Version 5.2, Release Date: 2012-07-25                         |
 | Type "notebook()" for the browser-based notebook interface.        |
 | Type "help()" for help.                                            |
 ----------------------------------------------------------------------
 sage: # Here is the beginning of init.sage.

 2+2

 # Here is another comment

 a = 5

 # Here is the end of init.sage.
 }}}
  At this point, hitting <RETURN> inserts a 4, a newline, and the "sage:"
 prompt, and `a` is defined to be 5.

  - when I evaluate or `plot` a graphics object, two plot windows are
 opened:
 {{{
 sage: P = plot(sin(x), (x, 0, 10))
 sage: P  # opens up two windows showing the same plot. Note also the blank
 line.

 sage: plot(P) # also opens up two windows.

 sage: show(P)  # opens up only one window.
 }}}

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