Hamptonio <[EMAIL PROTECTED]> writes: > Nils Bruin has addressed most of the points I was going to make, but I > did notice one minor thing in testing the new notebook - it actually > effects the old one too: > > If you have a comment with a question mark, the question mark gets > parsed by the help system. I consider this undesirable behavior. For > example, the line > > # Is this a bug? > > has output: > > No object 'sh.bug' currently defined. > > ...which certainly isn't what I would expect.
I volunteer to address this -- it is notebook specific, I think. IPython does this via preprocessing; i.e, x? ; y? does not work as you would expect -- it tries to do the equivalent of (x? ; y)? I just posted about marked up output types, which could help with this. Nick --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---