So that's what Knoboo is about? I'm excited!!

Serge, did you know that you can also format whole cells as html by
putting %html at the top of them? You then just write html code in the
rest of the cell and it will be formatted. Use $...$ to have typeset
equations in your html cells. Example:

%hide
%html
<h1>Example</h1><br>
This is an equation:<br>
$Y_z = 1/sqrt(x_z - z_{xy})$

The above will hide all the input after %hide and only display the
typeset output. If you click on the grey %hide text, you can open up
the input cell again and edit the input.

Stan


On Oct 7, 10:10 pm, Jason Grout <[EMAIL PROTECTED]> wrote:

> You can hide a cell by putting %hide (hide the input, but make it easy
> to get it back) or %hideall (hide the input for sure).  You can't group
> cells together yet.  There is a project, Knoboo, for creating a
> Mathematica-like notebook interface to a python application and some
> people have used it with Sage.  It doesn't provide for @interact
> functionality, though.
>
> Jason
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@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-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to