#9048: semicolon does not suppress output in the notebook
------------------------+---------------------------------------------------
Reporter: zimmerma | Owner: jason, was
Type: defect | Status: new
Priority: major | Milestone: sage-4.4.3
Component: notebook | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Comment(by jason):
Changed the title to identify the underlying issue. Note that 1+2; also
prints out something in the notebook, but not in the command line.
My guess is that it is a convention in ipython, since a semicolon does
nothing in just plain python:
{{{
% sage -python
Python 2.6.4 (r264:75706, May 6 2010, 23:38:46)
[GCC 4.2.1 (Apple Inc. build 5659)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> 1+2;
3
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9048#comment:1>
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.