Answers for "embed video in jupyter notebook"

0

embed video in jupyter notebook

from IPython.display import HTML
HTML('<iframe width="560" height="315" src="https://www.youtube.com/embed/S_f2qV2_U00?rel=0&amp;controls=0&amp;showinfo=0" frameborder="0" allowfullscreen></iframe>')
Posted by: Guest on May-01-2021

Browse Popular Code Answers by Language