Files
pandoc/test/ipynb/simple.ipynb
T
John MacFarlane 51142c6803 Ipynb reader & writer: properly handle cell "id".
This is passed through if it exists (in Nb4); otherwise
the writer will add a random one so that cells all have
an "id".

Closes #7728.
2021-12-06 23:40:51 -08:00

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.