Videos
from datetime import datetime, date, timedelta
from IPython.display import YouTubeVideo
# from IPython.display import (display_pretty, display_html, display_jpeg, display_png, display_json, display_latex, display_svg)
print('Milton Friedman on inflation')
startTime=int(timedelta(hours=0, minutes=18, seconds=0).total_seconds())
stopTime=int(timedelta(hours=0, minutes=23, seconds=0).total_seconds())
vid = YouTubeVideo("THAaIZmxfNA", width=720, height=480, start=startTime, end=stopTime)
display(vid)
Milton Friedman on inflation