#6650: semicolon does not hide output in notebook
------------------------------------------------------------+---------------
Reporter: hemmecke | Owner:
boothby
Type: defect | Status:
closed
Priority: major | Milestone:
sage-duplicate/invalid/wontfix
Component: misc | Resolution:
invalid
Keywords: | Author:
Upstream: Reported upstream. Developers deny it's a bug. | Reviewer:
Merged: | Work_issues:
------------------------------------------------------------+---------------
Comment(by was):
{{{
On Tue, Jan 19, 2010 at 2:54 AM, William Stein <> wrote:
> Since IPython has tons and tons of options, maybe one could make this
> another user-customizable option? If you won't do it, any hints as to
> what would need to be changed?
This could certainly be made an option, please file it so we don't
forget about it:
https://bugs.launchpad.net/ipython
In the meantime, hack out in IPython's prompts.py file around line 530 or
so:
# do not print output if input ends in ';'
try:
if self.input_hist[self.prompt_count].endswith(';\n'):
return
except IndexError:
# some uses of ipshellembed may fail here
pass
Just remove that block, and the 'feature' will be gone from your
patched version.
Cheers,
f
}}}
Thanks. I tried and it seems that site is broken for reporting bugs...
It says:
{{{
Oops!
Sorry, something just went wrong in Launchpad.
We’ve recorded what happened, and we’ll fix it as soon as possible.
Apologies for the inconvenience.
(Error ID: OOPS-1480B921)
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6650#comment:6>
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.