The basic help mechanism doesn't seem to work in the the sage 3.3 notebook. For example, if I type 'plot?' in the Sage 3.2.3 notebook, I get the description of the plot function. I can also type 'plot?' into the command line version of 3.3 and it works fine. I get the error below in the Sage 3.3 notebook.
I'm running Sage 3.3 (upgraded from 3.3.rc2) in Sage.app on my MacBook Pro running OSX 10.4.11. Mark McClure ---------------------- Error message ---------------- Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Users/markmcclure/.sage/sage_notebook/worksheets/admin/36/ code/1.py", line 6, in <module> print _support_.syseval(python, ur'''plot?''', '/Users/ markmcclure/.sage/sage_notebook/worksheets/admin/36/cells/43') File "/Users/markmcclure/sage-3.3.rc2/local/lib/python2.5/site- packages/sage/server/support.py", line 343, in syseval return system.eval(cmd, sage_globals, locals = sage_globals) File "/Users/markmcclure/sage-3.3.rc2/local/lib/python2.5/site- packages/sage/misc/python.py", line 53, in eval eval(compile(s, '', 'exec'), globals, globals) File "", line 3 plot? ^ SyntaxError: invalid syntax --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---