#7514: rewrite load and attach
---------------------------+------------------------------------------------
Reporter: was | Owner: tbd
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.3.1
Component: misc | Keywords:
Work_issues: | Author: William Stein
Upstream: N/A | Reviewer: Mitesh Patel
Merged: |
---------------------------+------------------------------------------------
Changes (by newvalueoldvalue):
* author: => William Stein
Comment:
* When I load/attach a .(s)pyx file in the notebook, `___code__.py`
appears in the cell's output HTML.
* Minor: Should we make `attached_files()` in the notebook report, e.g.,
{{{
[DATA+'foo.py']
}}}
instead of
{{{
['/full/path/to/foo.py']
}}}
* Typing `f??<TAB>` for a function `f` defined in the notebook shows its
docstring but not its source code. Is this related to ?? not working for
Cython functions defined in cells or attached `DATA` files?
* Should we make it possible to edit attached .pyx files, just as we can
edit .py, .sage, .spyx, and .txt files?
* Minor: `save_notebook` appears to be called twice on shutdown. Is this
a fail-safe behavior?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7514#comment:15>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.