Ticket #5694 (closed defect: fixed)
[with patch; positive review] _ for previous output is completely broken in the notebook due to the preparser
| Reported by: | was | Owned by: | boothby |
|---|---|---|---|
| Priority: | critical | Milestone: | sage-3.4.1 |
| Component: | notebook | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
In the notebook we have the following confusing bug, which caused a lot of trouble during my last Sage tutorial:
sage: 2 + 3 5 sage: _ 5 sage: f(x,y) = x+y sage: 2 + 10 12 sage: _ (x, y)
Attachments
Change History
comment:1 Changed 4 years ago by robertwb
- Summary changed from [with patch; needs review] _ for previous output is completely broken in the notebook due to the preparser to [with patch; positive review] _ for previous output is completely broken in the notebook due to the preparser
Note: See
TracTickets for help on using
tickets.

