CINXE.COM
SageMathCell
<!DOCTYPE HTML> <html><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"><title>SageMathCell</title> <script src="https://sagecell.sagemath.org/static/embedded_sagecell.js"></script> <script>$(function () { // Make the div with id 'mycell' a Sage cell sagecell.makeSagecell({inputLocation: '#mycell', template: sagecell.templates.minimal, evalButtonText: 'Activate'}); // Make *any* div with class 'compute' a Sage cell sagecell.makeSagecell({inputLocation: 'div.compute', evalButtonText: 'Evaluate'}); }); </script></head><body> <h1>SageMathCell</h1> Type your own Sage computation below and then click "Evaluate". <div class="compute"> <script type="text/x-sage"></script></div> <br> <br> Type your own Sage computation below and then click "Evaluate". <div class="compute"> <script type="text/x-sage"></script></div> <br> <br> Type your own Sage computation below and then click "Evaluate". <div class="compute"> <script type="text/x-sage"></script></div> <br> <br> <h3>Need some help?</h3> Click <a href="http://sagemath.org">here for the SageMath website</a>. Click <a href="https://wiki.sagemath.org/quickref">here for some quick reference material</a>. </body></html>