Embedding external content and videos via IFrame
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 08:19 AM
Hello there,
I'm currently creating a notebook which contains a training course for data engineering.
For certain topics it would be nice to embed external resources like Youtube videos so participants do not have to leave the notebook to watch the video and then come back.
Including an IFrame via displayHTML -> IFrame works but participants need to be actively connected to a cluster in order to run this step first before they can see the video.
I would rather want to include a video via markdown just like this:
```
```
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 08:45 AM
Did you try using displayHTML() ?
https://docs.databricks.com/en/visualizations/html-d3-and-svg.html
~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 12:48 PM
Yes, like I said in the original post, displayHTML works but needs to executed as a step first which requires a running cluster in order to display the video.

