shan_chandra
Databricks Employee
Databricks Employee

Hi Hunder, Please find the below steps to download the png file

  1. Copy the png file to a file store location Eg. -  dbfs:/FileStore/tables/DeltaLakeCheatSheet.png
  2. In a separate browser tab, I entered the below URL to automatically download the file to the local.

https://<mycompany.databricks.com>/files/tables/DeltaLakeCheatSheet.png?o=######

a. Replace <mycompany.databricks.com> with the URL you have used to login to databricks

b. ?o=######" where the number after o= is the same as in your URL

Also, the below example, which displays a hyperlink to the png file which can be used to download the png file

displayHTML("""
<p> This is a link <a href="files/tables/DeltaLakeCheatSheet.png?o=######"> link</a> to the document </p>
""")