The code below gives me FileNotFoundError
. I'm running Python 3.5.1 in Jupyter Notebook (installed with Anaconda package). The file test.txt
exists in the described folder with a simple text string in it.
myfile = open(r'C:\Users\324706\test.txt', 'r')