Display Html from dbfs files
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2023 02:54 AM
Hi,
I want to display some content from dbfs inside my notebook. Let's say I have a image under: /dbfs/mnt/test-bucket/test-custom/sample.png
I want to embed that into my Notebook Html Output like this:
displayHTML("""<img src ='/dbfs/mnt/test-bucket/test-custom/sample.png'>""")But the image does not show up. In the browser console, I see a Error 401 with access denied?
Any help is appreciated.