Hi I attend to your course which is Python for trading. It has been so good for now because really ı dont understand hot to download and set up quandl on my computer. I got apı keys from quandl ı searched on web site how to download library but I did not anything. I use mac and please could you explan step by step. Because I am rookie
Open the Jupyter notebook and type the following command in a cell:
!pip install quandl
After installation, you can see a successful message. This means the quandl can be imported and used in your code.
Thanks you so much.