Quandl not working in Jupyter Notebook (but working at command-prompt)
问题 I have already installed quandl library at command prompt using command: pip3 install quandl And I am able to use various quandl methods. But in my Jupyter Notebook, when I do "import quandl", it says: No module named 'quandl' I have restarted Jupyter notebook, even then the same results. Other modules like Numpy, Pandas, Matplotlib work fine for me at the command-prompt and also in Jupyter Notebooks. I have already gone through other posts mentioning the same issue, but all of them just