#@title fromipywidgetsimportwidgetsout1=widgets.Output()without1:fromIPython.displayimportYouTubeVideovideo=YouTubeVideo(id=f"BPL3hHNvJmU",width=854,height=480,fs=1,rel=0)print("Video available at https://youtube.com/watch?v="+video.id)display(video)display(out1)
#@title fromIPythonimportdisplayasIPyDisplayIPyDisplay.HTML(f""" <div> <a href= "https://github.com/DL4CV-NPTEL/Deep-Learning-For-Computer-Vision/blob/main/Slides/Week_9/DL4CV_Week09_Part02.pdf" target="_blank"> <img src="https://github.com/DL4CV-NPTEL/Deep-Learning-For-Computer-Vision/blob/main/Data/Slides_Logo.png?raw=1" alt="button link to Airtable" style="width:200px"></a> </div>""")