Opened 15 years ago
Closed 15 years ago
#1865 closed defect (fixed)
notebook -- after restart output of first evaluation is not displayed
Reported by: | was | Owned by: | boothby |
---|---|---|---|
Priority: | major | Milestone: | sage-3.0.2 |
Component: | notebook | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Try this in the notebook:
- Click restart worksheet in the action menu.
- Evaluate the contents of a cell.
You'll find nothing happens. More precisely, the first cell does get evaluated (as you can see by assigning a variable there), but the output of this evaluation is never displayed in the notebook.
Change History (4)
comment:1 Changed 15 years ago by
Milestone: | sage-2.11 → sage-2.10.4 |
---|
comment:2 Changed 15 years ago by
I can't reproduce this. Invalid?
I reproduce this every day and it drives me nuts. This is a serious problem.
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
I fixed this when doing all the work improving the javascript documentation a few weeks ago.
Note: See
TracTickets for help on using
tickets.
I can't reproduce this. Invalid?