cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
cancel
Showing results for 
Search instead for 
Did you mean: 

Link a visio diagram in a markdown cell

cmilligan
Contributor II

Is there a way to have databricks pull a diagram directly from visio? I've tried to use the embed links from visio but the image won't render. I'm trying to get around loading the image to DBFS as there may be updates to the image that I want it to grab automatically

3 REPLIES 3

Hubert-Dudek
Esteemed Contributor III

There displayHTML markdown function.

%md
displayHTML(yourEmbedCode)

Hi @Hubert Dudek​ 

That still didn't work for me. This is what the cell is showing now.

image.png

Aviral-Bhardwaj
Esteemed Contributor III

thanks for this