This code cell ```python import yfinance as yf import matplotlib.pyplot as plt s = yf.download('CT=F', '2016-1-1', '2023-4-1')['Adj Close'] ``` is taking a very long time to run (> 2minutes and still running)