Hi -

I am trying to pull in Quandl data in the jupyter notebooks inside research lab. I have these 2 lines from my trading algorithm:

 

        self.sp_earnings_yield = 'MULTPL/SP500_EARNINGS_YIELD_MONTH'
        self.AddData(QuandlValue, self.sp_earnings_yield, Resolution.Daily)

 

However, there is no AddData() function available in Jupyter. How can I import Quandl datasets with a helper function like this in the research lab?

 

Thanks,

Evan La Riviere

 

Author