I am new to python and coming from Matlab and I have installed the latest version of Python(x,y) (2.7.9.0) on my Win 8 64 bit PC.
The problem that I have is that, e
Try typing these 3 lines from the anaconda command prompt:
conda create -n spyder python=2.7 spyder
activate spyder
spyder