Ticket #11512 (new defect)
problem with commenting in notebook
| Reported by: | pong | Owned by: | jason, mpatel, was |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-5.11 |
| Component: | notebook | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | N/A | Reviewers: | |
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
In notebook SAGE tries to evaluate ? even if it appears after the # sign (provided that there are something in front of # to be evaluated)
For example,
2+2 # is this easy ?
gives
No object currently defined.
but just
# is this easy ?
is okay.
Change History
Note: See
TracTickets for help on using
tickets.
