Maybe this is obvious to others, but I was beating my head against the wall trying to get embedded sagecell to work. I thought that 'sagecell' seemed like a nice descriptive name for my divs with sage cells in them. Except none of them would show up and there were no errors reported from the makeSageCell function. Finally I renamed them to 'compute' as in the example and then it worked. I finally figured out that any other class name would work EXCEPT sagecell.
Might be worth noting in the docs to save others the hassle.
Maybe this is obvious to others, but I was beating my head against the wall trying to get embedded sagecell to work. I thought that 'sagecell' seemed like a nice descriptive name for my divs with sage cells in them. Except none of them would show up and there were no errors reported from the
makeSageCellfunction. Finally I renamed them to 'compute' as in the example and then it worked. I finally figured out that any other class name would work EXCEPT sagecell.Might be worth noting in the docs to save others the hassle.