RedHatQuickCourses / rhods-intro

Introduction to Red Hat OpenShift AI (RHOAI)
https://redhatquickcourses.github.io/rhods-intro/
13 stars 14 forks source link

Issue with 1.intro/chapter3/intro/notebooks-intro.ipynb. #58

Closed sarveshpandit closed 7 months ago

sarveshpandit commented 7 months ago

Following instruction didn't work -

ipd.Video(
    "https://upload.wikimedia.org/wikipedia/commons/6/68/Hubble_Space_Telescope_Flies.ogv", 
    width=600
)

Not able to view the video

rsriniva commented 7 months ago

@sarveshpandit - this is fixed in code repo. can you do a fresh clone and test this again and confirm?

rsriniva commented 7 months ago

issue fixed in main. Removed broken https links and using local media files to prevent this sort of issue

sarveshpandit commented 7 months ago

It worked. Thank you for fixing this.