I need to download the quantopian module so I can write this line of code in Spyder:
from quantopian.research import prices, symbols
Otherwise I get the error:
ModuleNotFoundError: No module named 'quantopian'
Does anyone know how I download this module?