from IPython.display import display, HTML

cname = “target-section”

2. Print the Jump Link#

display(Markdown(f”Click here to jump to {cname}”))