I\'ve been following \'python for data analysis\'. On pg. 345, you get to this code to plot returns across a variety of stocks. However, the plotting function does not work for
I resolved the issue by adding %matplotlib inline on the first code cell of jupyter notebook and running it
%matplotlib inline