Inserting a Link to a Webpage in an IPython Notebook
For visual learners.
[blue_text](url_here)
Thanks dbliss.
In case it is not a markdown cell, that is with what I went:
from IPython.core.display import display, HTML
display(HTML("""<a href="https://google.at">text</a>"""))