Wow, this is really neat! Out of laziness/incompetence to do any deeper investigation, I will list my complaints in no particular order. :-)
The syntax highlighting is really cool, but when there is a lot of text, scrolling through it with the arrow keys can be slow/jerky (at least in my browser: Firefox 5.0 on Linux). It looks like the 3D plotters "jmol" and "tachyon" work (but I don't have a java plugin to know for sure), but "canvas3d" does not. It gives me a link to a file that I can download (??). It works on sagenb.org -- which hopefully rules out my browser as the issue. For interacts, looks like "input_grid" and "color_selector" widgets have problems. To reproduce: @interact def f(a = input_grid(nrows=0, ncols=0)): pass (throws a syntax error about an internal file) @interact def f(a = color_selector()): print a (widget mis-renders in my browser. I took screenshots, but I don't know where to upload the images.) The other interact widgets I tested all work. Note that all of the above results were correct as of last night. For some reason, none of the interacts or plots is working for me this morning. Anyways, that was my attempt at hammering it. :-) Kelvin -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org