Files
pandoc/test/ipynb/simple.ipynb
T

23 KiB

Lorem ipsum

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc luctus bibendum felis dictum sodales.

In [ ]:
print("hello")

Pyout

In [2]:
from IPython.display import HTML
HTML("""
<script>
console.log("hello");
</script>
<b>HTML</b>
""")
Out [2]:
HTML hello

Image

This image the moon will be included as a cell attachment.