I may be missing something, but the following simple command does not work in the notebook envirounment.
I was wondering if anybody knows the reason and how to get around it.
import statsmodels.api as sm
import numpy as np
sm.graphics.tsa.plot_pacf(np.array([1,12,3,-1]))
Thanks a lot