Importing quandl doesn't work

Course Name: Python for Trading: Basic, Section No: 5, Unit No: 7, Unit type: Notebook



I am trying to run the 'import quandl' command in the Jupiter notebook and it gives me 

"

ERROR: unknown command "quandl""

Why is quandl not available to install?

Hi Venka,



Before importing, you need to install quandl in your system. To do that, use the below line of code:

 

!pip install quandl

If you still face the issue, please send the full error message. Currently, your link for the code file is not working.

Thanks!

Thank you, it worked.  Appreciate your prompt support.