Cara Melakukan Anchor di Jupyter Notebook Markdown

# first create id in the destination cell
<a id='another_cell'></a>

# next call the id by using hash sign (#)
[Another Cell](#another_cell)
   
Darkstar