On 7/30/11 7:57 AM, John Travis wrote:
Awesome.

A real minor problem I found was with labels in interact.  No latex
for such as

def _(  x0 = input_box(0,width=5,label='$x_0$'), blah


I noticed this when testing one of your interacts yesterday and created an issue for it: https://github.com/jasongrout/simple-python-db-compute/issues/168



Also, %hide does not work but it would be nice to have the option when
shelling out from something like WebWork.  Indeed, when using
interacts, it might be nice to be able to turn off everything else
other than the interactive output window and an evaluate button.
Maybe the addition of %hide command in this context would turn off the
code box (other than some small way to get it back), "Upload files",
and all but the latest session.


You can already include code in the html of the page, which is automatically picked up when you create the singlecell. I haven't tried turning off the edit box after you do that (it would be easy to use CSS to hide the edit box and/or make it non-editable). This is definitely in the plans to make this work nicely, though. One of the major uses will be interacts that are seamlessly embedded in webpages (i.e., just the controls and the output).

Thanks for your testing and suggestions!

Jason

--
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

Reply via email to