Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Ta-Lib Anaconda problems with importing.

tried to install TAlib to work with my anaconda local install.
https://anaconda.org/Quantopian/ta-lib
is the website that shows how to install ta-lib from quantopian, which seems to be installed as i can see it but when i import it doesnt seem to be doing anything, maybe im not importing correctly?

import talib Traceback (most recent call last):
File "", line 1, in import talib
ImportError: No module named talib
if i use conda install Ta-lib

Using Anaconda Cloud api site https://api.anaconda.org Fetching package metadata: .... Solving package specifications: .........
All requested packages already installed.

packages in environment at //anaconda:

ta-lib 0.4.9 np19py27_0 quantopian

now if i went to terminal and type python

then from python

import talib
it works just fine, but when i try to use anaconda ipython notebook it doesnt work..

help!