Question: How do I set the default interpreter for an IPython Notebook?
For example, if I want to use C:/Python27/python.exe
or C:/Anaconda/python.exe
, how do I configure which one the IPython Notebook will use? It's currently using the one from Anaconda, which is what I want, but I want to know for future reference, just in case.
Thanks so much!