On Jun 29, 7:50 am, kcrisman <[email protected]> wrote: > The interact does run, by the way > - that should be clear from the green bar along the side and the > progress indicator in your browser's title area.
Why does the green bar appear but we don't see the output of the evaluation? I removed the %hide and it *still* doesn't automatically appear when uploaded! > I'm not sure whether this is a feature or a bug, though. Ordinarily > we would want 'auto' and 'hide' to do those things, but it appears > here that it hides even output we normally want to appear. > > What do you think the "right" behavior should be for %auto && %hide? > I'm really not sure, because I thought in the past that it should just > hide the input cell, but maybe it should also hide the output, as > seems to be happening here. I think just hiding the input is fine. The logic to me is that we want to hide the implementation details from students who don't know and/or don't care. A teacher may want to keep the students focused on the mathematics rather than the Python/Sage source. cs -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
