notebooks-ai / notebooks-help

Issues with Notebooks.ai? Create an issue here!
https://notebooks.ai
MIT License
14 stars 5 forks source link

Please Can you install ta-lib #34

Open ferlucio2019 opened 4 years ago

ferlucio2019 commented 4 years ago

Hello i am interested in ta-lib for algorithmic trading. ''' RUN wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz && \ tar xvfz ta-lib-0.4.0-src.tar.gz && \ cd ta-lib && \ ./configure --prefix=/usr && \ make && \ make install && \ rm /home/jovyan/ta-lib-0.4.0-src.tar.gz && \ rm -Rf /home/jovyan/ta-lib

RUN apt-get update && apt-get -y install libatlas-base-dev python-dev gfortran pkg-config libfreetype6-dev

USER $NB_USER

RUN pip install ta-lib ''' Best regards