Hi everyone,
I just learning how to personalize the databricks notebooks and would like to show a logo in a cell.
I installed the databricks cli and was able to upload the image file to the dbfs:
I try to display it like this:
displayHTML("<im...
Hi @leedabee,
thanks! I used your snippet for my notebook and it works.
I also had to correct the url of the image. Since I uploaded the file in dbfs:/FileStore and then in a subfolder called images, the right url is:
/files/files/Omnetric_logo.jpg...
Hi @Shyamprasad Miryala​ , thanks for your input!I gave you a point because your code is working and helped me workaround the issue.However, I still would like to know why the approach using html and images stored in dbfs is not working, therefore I ...