On Tue, 6 Oct 2015, Simon King wrote:

Also this does not work with all (longer?) functions in the notebook. Try

g = Graph()
g.plot??

for an example of one kind of a bug.

Works for me (on the command line at least).

Yes, it works on command line and on jyputer notebook. But with older Sage notebook it does not. Same happens if you type

@cached_method
def f():
    return 1+2

and then try

f??

you see how it was redefined when you computed the matrix. You can not
know that before trying or reading source code for few .py files.

That's not a bug, because you see the source code.

Not a bug from a technical viewpoint. But unexpected for a new user, and worth mentioning.

--
Jori Mäntysalo

Reply via email to