79098190

Date: 2024-10-17 13:03:59
Score: 1
Natty:
Report link

With notebook dashboards its possible to add a markdown or HTML notebook cell to populate text. markdown:

%md
# This is a MD heading

This is a paragraph with **bold text** and *italic text*.

html:

displayHTML("""
<div style="font-size:20px; color:blue;">
    <h2>This is a HTML heading</h2>
    <p>This is a paragraph with <b>bold text</b> and <i>italic text</i>.</p>
</div>
""")

enter image description here enter image description here

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Liam