I've installed anaconda (python3.6) and installed tensorflow as mentioned here:
conda create -n tensorflow python=3.5
and activated tensorflow, now I want to run example codes in sublime text3 and I can't import tensorflow. I've tried the same in Spyder with the same result.
import tensorflow as tf
ModuleNotFoundError: No module named 'tensorflow'
any idea what I'm doing wrong here? (the code is definitely correct)