Last active
June 4, 2018 13:02
Revisions
-
theronhitchman revised this gist
Apr 21, 2013 . 1 changed file with 2 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,14 +1,13 @@ <!-- put this in the header--> <script src="http://sagecell.sagemath.org/static/jquery.min.js"></script> <script src="http://sagecell.sagemath.org/static/embedded_sagecell.js"></script> <link rel="stylesheet" type="text/css" href="http://sagecell.sagemath.org/static/sagecell_embed.css"> <!-- put this in the body where you want a cell. adjust your inputs, of course. --> <div class="sage"> <script type="text/x-sage"> 1+2 </script></div> <!-- put this in the footer, or at the bottom of the page. --> <script>sagecell.makeSagecell({"inputLocation": ".sage"});</script> -
theronhitchman revised this gist
Apr 21, 2013 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,12 +1,14 @@ <!-- put this in the header--> <script src="http://sagecell.sagemath.org/static/jquery.min.js"></script> <script src="http://sagecell.sagemath.org/static/embedded_sagecell.js"></script> <link rel="stylesheet" type="text/css" href="http://sagecell.sagemath.org/static/sagecell_embed.css"> <!-- put this in the body where you want a cell. adjust your inputs, of course. --> <div class="sage"> <script type="text/x-sage"> 1+2 </script></div> <!-- put this in the footer, or at the bottom of the page. --> -
theronhitchman revised this gist
Apr 21, 2013 . 1 changed file with 4 additions and 9 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,13 +1,8 @@ <!-- put this in the header--> <script src="http://sagecell.sagemath.org/static/jquery.min.js"></script> <script src="http://sagecell.sagemath.org/static/embedded_sagecell.js"></script> <script>sagecell.makeSagecell({"inputLocation": ".sage"});</script> <link rel="stylesheet" type="text/css" href="http://sagecell.sagemath.org/static/sagecell_embed.css"> <!-- put this in the body where you want a cell. adjust your inputs, of course. --> -
theronhitchman revised this gist
Feb 19, 2013 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,9 +2,14 @@ <script src='http://sagecell.sagemath.org/static/jquery.min.js'/> <script src='http://sagecell.sagemath.org/static/embedded_sagecell.js'/> <link href='http://sagecell.sagemath.org/static/sagecell_embed.css' rel='stylesheet' type='text/css'/> <script>$(function () { sagecell.makeSagecell({"inputLocation": ".sage"}) });</script> <style> .CodeMirror-scroll {height: auto; overflow-y: auto; overflow-x: auto; max-height: 60ex;} </style> <!-- put this in the body where you want a cell. adjust your inputs, of course. --> <div class="sage"> <script type="text/x-sage"> -
theronhitchman revised this gist
Feb 19, 2013 . 1 changed file with 1 addition and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,9 +2,7 @@ <script src='http://sagecell.sagemath.org/static/jquery.min.js'/> <script src='http://sagecell.sagemath.org/static/embedded_sagecell.js'/> <link href='http://sagecell.sagemath.org/static/sagecell_embed.css' rel='stylesheet' type='text/css'/> <style> .CodeMirror-scroll {height: auto; overflow-y: auto; overflow-x: auto; max-height: 60ex;} </style> <script>$(function () { sagecell.makeSagecell({"inputLocation": ".sage"}) });</script> <!-- put this in the body where you want a cell. adjust your inputs, of course. --> -
theronhitchman revised this gist
Feb 19, 2013 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,10 @@ <!-- put this in the header--> <script src='http://sagecell.sagemath.org/static/jquery.min.js'/> <script src='http://sagecell.sagemath.org/static/embedded_sagecell.js'/> <link href='http://sagecell.sagemath.org/static/sagecell_embed.css' rel='stylesheet' type='text/css'/> <style> .CodeMirror-scroll {height: auto; overflow-y: auto; overflow-x: auto; max-height: 60ex;} </style> <script>$(function () { sagecell.makeSagecell({"inputLocation": ".sage"}) });</script> <!-- put this in the body where you want a cell. adjust your inputs, of course. --> -
theronhitchman created this gist
Feb 16, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ <!-- put this in the header--> <script src='http://sagecell.sagemath.org/static/jquery.min.js'/> <script src='http://sagecell.sagemath.org/static/embedded_sagecell.js'/> <link href='http://sagecell.sagemath.org/static/sagecell_embed.css' rel='stylesheet' type='text/css'/> <script>$(function () { sagecell.makeSagecell({"inputLocation": ".sage"}) });</script> <!-- put this in the body where you want a cell. adjust your inputs, of course. --> <div class="sage"> <script type="text/x-sage"> 1+2 </script></div>