Opened 11 years ago
Closed 10 years ago
#8956 closed defect (duplicate)
Fix notebook help on auto-evaluation
Reported by: | kcrisman | Owned by: | jason, was |
---|---|---|---|
Priority: | minor | Milestone: | sage-duplicate/invalid/wontfix |
Component: | notebook | Keywords: | autoevaluate, auto-evaluate |
Cc: | jdemeyer | Merged in: | |
Authors: | Reviewers: | Karl-Dieter Crisman, Jason Grout | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Apparently, #auto should be %auto now. But the help page for the notebook doesn't say so. As far as I can tell, both work?
Change History (7)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
See #7002 for a fix that you made 8 months ago :).
comment:3 Changed 11 years ago by
Annoying. Would it be pretty easy for someone with access to the notebook code (i.e. not me) to just rebase that patch to SageNB? Aargh.
comment:4 Changed 10 years ago by
- Cc jdemeyer added
- Reviewers set to Karl-Dieter Crisman, Jason Grout
- Status changed from new to needs_review
Okay, it turns out that this was finally merged in #7002 very recently. Hooray!
To release manager: this can be closed.
comment:5 Changed 10 years ago by
- Status changed from needs_review to positive_review
comment:6 Changed 10 years ago by
- Milestone changed from sage-4.7.1 to sage-duplicate/invalid/wontfix
comment:7 Changed 10 years ago by
- Resolution set to duplicate
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
Yes, there is code in the notebook to explicitly allow #auto, but %auto is preferred since it matches up with the other cell directives.