Anonymous
Not applicable

Hi @Ariel Herrera,

You can just put html anchor tag in databricks notebook cell. It will open a new tab when you click it.

Please try the example below. It works for me in databricks notebook.

%md <a href="https://google.com" target="_blank">google link</a>

0693f000007OrnMAAS

After you run the cell, it gives you a link which opens a new tab when you click it.

0693f000007OrnNAAS

Thanks.

Lei

View solution in original post