#!/usr/bin/env python # coding: utf-8 # # Multiple Reactions # In[1]: #Initializations from IPython.core.display import HTML HTML(open("../styles/custom.css", "r").read()) # In[9]: from IPython.display import YouTubeVideo YouTubeVideo("WIKRkvCKri8",420,315,start=0,end=108,rel=0)