Recently I've been working with jupyter notebooks and was trying to read an excel file with pandas and it gives me the following error:
FileNotFoundError: [Errno 2] No such file or directory
But it works fine and reads the file with the exact same lines of code when i run it on Spyder. 
Any advice on how to solve this issue?
 
     
     
    