I have trouble (ImportError: No module named folium
) importing folium 0.2.0 development version (I want this version). I installed the package via conda install -c https://conda.anaconda.org/ioos folium
as this conda page mentions (https://anaconda.org/IOOS/folium). I indeed have the package on my mac (OSX El Captain) when I conda list (folium 0.2.0 py27_3 ioos
). Why am I not able to use this package in Ipython (error on import folium
)? Could someone help?
Some more info:
which python
us/anaconda/bin/python
which conda
/anaconda/bin/conda