1 | initial version |
It appears that the reference manual (and other pdfs) are doing two things wrong.
Naturally in the html version all is well:
sage: sage.plot.plot.EMBEDDED_MODE = True
sage: trace('print factor(10)')
...
NotImplementedError: the trace command is not implemented in the Sage notebook; you must use the command line.
I'm not sure there is any way to ask Sphinx to format this correctly. This isn't exactly an answer, but hopefully will help someone else...