1 | initial version |
<body>
<p> The following cell is likned to the third , the second one to the fourth. </p>
<script>sagecell.makeSagecell({"inputLocation": ".sage1", linked: true});</script>
<div class="sage1">
<script type="text/x-sage">
a = 2
a
</script>
</div>
<script>sagecell.makeSagecell({"inputLocation": ".sage2", linked: true});</script>
<div class="sage2">
<script type="text/x-sage">
b=3
b
</script>
</div>
<div class="sage1">
<script type="text/x-sage">
c=n(sin(a))
show(c)
show(b)
</script>
</div>
<div class="sage2">
<script type="text/x-sage">
show(b)
show(c)
</script>
</div>
<body>
</html>