Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Downloading Quantopian Module

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?