To change the default emacs python interpreter, I tried to change my .emacs file to something that looks like this (setq python-shell-interpreter "c:/Users/me/Anaconda3/python.exe").
Unfortunately, when I run python code now, the interpreter acts like nothing happened. Any idea on what I should do?
Images in case you have no idea what I'm talking about:
http://i.imgur.com/CIhu6lN.png
http://i.imgur.com/O8GSEbm.png
http://i.imgur.com/52EYOc1.png
Edit: I managed to get the Anaconda interpreter to run, but when using matplotlib, the graph does not pop up.