1. Open page (below) with embedded the Sage Cell Server and run, for 
example, code *sphere()*. 3dplot does not work.
2. Open https://sagecell.sagemath.org/ and run code *sphere()*. 3dplot is 
OK.

*Example here:*
http://www.korniichuk.us.edu.pl/3d.html

*HTML code here:*
<!DOCTYPE HTML>
<html>
    <head>
        <meta charset="utf-8">
        <title>3d</title>
        <script 
src="http://sagecell.sagemath.org/static/jquery.min.js";></script>
        <script 
src="http://sagecell.sagemath.org/embedded_sagecell.js";></script>
        <script>
$(function () {
    sagecell.makeSagecell({inputLocation:  '#mycell',
                           evalButtonText: 'Activate'});
});
        </script>
    </head>
    <body>
        <div id="mycell">
            <script type="text/x-sage">
sphere()
            </script>
        </div>
    </body>
</html>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to