#6650: semicolon does not hide output in notebook
------------------------------------------------------------+---------------
 Reporter:  hemmecke                                        |         Owner:  
boothby   
     Type:  defect                                          |        Status:  
closed    
 Priority:  major                                           |     Milestone:  
sage-4.3.1
Component:  misc                                            |    Resolution:  
invalid   
 Keywords:                                                  |        Author:    
        
 Upstream:  Reported upstream. Developers deny it's a bug.  |      Reviewer:    
        
   Merged:                                                  |   Work_issues:    
        
------------------------------------------------------------+---------------
Changes (by was):

  * upstream:  Reported upstream. Little or no feedback. => Reported
               upstream. Developers deny it's a bug.


Comment:

 {{{
 Hi William,

 On Mon, Jan 18, 2010 at 11:52 PM, William Stein <[email protected]> wrote:
 >
 > SO, now I think this is a bug in *IPython*, not the sage notebook.
 > What do you think?

 It's by design: one of the few places where early on, I explicitly and
 deliberately deviated from default python behavior.

 In interactive computing, one often ends up having computations that
 are known to produce gigantic output, and it's nice to have a simple
 way to say "don't print the result of this computation, just do it".
 I just checked and it turns out that matlab works this way too (though
 I didn't know that at the time, I hadn't tried matlab then):

 >> 1

 ans =

     1

 >> 1;
 >>

 I rely on this feature quite often, and I consider it a huge annoyance
 of the default python shell that you can not suppress output without
 making an assignment.

 Cheers,

 F
 }}}

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