How do I get the help system to work in sagecell?
When I enter a function name followed by "?", all I get is an error message.
When I enter a function name followed by "?", all I get is an error message.
Try:
help(exp)
I've discovered that the name of the function or command should be followed not only by "?" but also by the tab key. When I do that, I can get help for some functions, like "sin" or "diff", but not for others, for example "resultant" or "galois_group". I've also tried "resultant()" and "galois_group()", but they don't work either. What's the secret? Is it because they are methods and not stand-alone functions?
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2022-05-10 22:09:49 +0100
Seen: 137 times
Last updated: May 19 '22