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:
https://i.stack.imgur.com/reDaW.png
https://i.stack.imgur.com/FFx9G.png
https://i.stack.imgur.com/vVkg9.png
Edit: I managed to get the Anaconda interpreter to run, but when using matplotlib, the graph does not pop up.