Chapter 14 Optional Readings

Videos

print("Gary Gorton on 2008 Financial Crisis")
from datetime import datetime, date, timedelta
from IPython.display import display, Audio, Video, YouTubeVideo, VimeoVideo
startTime=int(timedelta(hours=0, minutes=1, seconds=0).total_seconds())
stopTime=int(timedelta(hours=0, minutes=4, seconds=0).total_seconds())
vid = YouTubeVideo("8D2xhq7X5aQ", width=720, height=480, start=startTime, end=stopTime)
display(vid)
Gary Gorton on 2008 Financial Crisis
Previous