Opened 13 years ago
Closed 13 years ago
#1733 closed defect (fixed)
[with patch; positive review] notebook bug -- %foo (or anything else) in a cell by itself (with nothing else in the cell) does not give an error but it *should*
Reported by: | was | Owned by: | boothby |
---|---|---|---|
Priority: | major | Milestone: | sage-3.0.2 |
Component: | notebook | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | Work issues: | ||
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
This is probably easy to fix in server/notebook/worksheet.py
Attachments (1)
Change History (4)
Changed 13 years ago by
comment:1 Changed 13 years ago by
- Summary changed from notebook bug -- %foo (or anything else) in a cell by itself (with nothing else in the cell) does not give an error but it *should* to [with patch; needs review] notebook bug -- %foo (or anything else) in a cell by itself (with nothing else in the cell) does not give an error but it *should*
comment:2 Changed 13 years ago by
- Summary changed from [with patch; needs review] notebook bug -- %foo (or anything else) in a cell by itself (with nothing else in the cell) does not give an error but it *should* to [with patch; positive review] notebook bug -- %foo (or anything else) in a cell by itself (with nothing else in the cell) does not give an error but it *should*
Great stuff! Works well, and makes the code cleaner!
comment:3 Changed 13 years ago by
- Resolution set to fixed
- Status changed from new to closed
Merged in Sage 3.0.2.alpha1
Note: See
TracTickets for help on using
tickets.
The attached patch:
foobar not being defined.
on a single line works in the notebook.