Recently while trying to run Cesium-ML example I hit an import error while importing seaborn. Using the python.app interruptor from conda meant that the usual imports were not getting imported. A quick fix was to add the following:
import sys sys.path.append("/Users/USER/anaconda/envs/cesium/lib/python3.5/site-packages")