I am am trying to run the Quandl module on a virtualenv which I have uninstalled packages only pandas and then Quandl,
I am running Python 2.7.10 - I have uninstall
None of the solutions listed here worked for me. I ended up installing it from Jupyter Notebook itself.
import sys !{sys.executable} -m pip install quandl import quandl