Opened 14 years ago
Closed 13 years ago
#336 closed enhancement (fixed)
[with patch; positive review] Create an option to clear all cell output
Reported by: | TimothyClemans | Owned by: | boothby |
---|---|---|---|
Priority: | minor | Milestone: | sage-3.0.2 |
Component: | notebook | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | Work issues: | ||
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
I am homeschooled and doing programming in the notebook for credit. I would like to clear all of the output on my worksheets so I can print the code for the worksheet without the computer generated output.
Attachments (2)
Change History (7)
comment:1 Changed 13 years ago by
- Milestone set to sage-feature
comment:2 Changed 13 years ago by
- Summary changed from Create an option to clear all cell output to [with patch; needs review] Create an option to clear all cell output
Changed 13 years ago by
comment:3 Changed 13 years ago by
- Summary changed from [with patch; needs review] Create an option to clear all cell output to [with patch; negative review] Create an option to clear all cell output
One doctest failure
File "/home/tclemans/sage-3.0/tmp/notebook.py", line 133: sage: os.listdir('notebook-test') Expected: ['backups', 'nb.sobj', 'objects', 'worksheets'] Got: ['worksheets', 'objects', 'backups', 'nb.sobj']
Changed 13 years ago by
comment:4 Changed 13 years ago by
- Summary changed from [with patch; negative review] Create an option to clear all cell output to [with patch; positive review] Create an option to clear all cell output
Positive review with doctestfix patch. I didn't really do 5 except I did look at the doctest stuff.
comment:5 Changed 13 years ago by
- Milestone changed from sage-feature to sage-3.0.2
- Resolution set to fixed
- Status changed from new to closed
Merged in Sage 3.0.2.alpha0
Note: See
TracTickets for help on using
tickets.
The attached patch does the following:
To test it do the following: