How to open a file in jupyer

As I am using Atom text editor, when I use the command Open(“file.txt”) in jupyter, it shows that the file doesnt exists. What should I do so that the files which are there in my syster can be seen on jupyter

@sonikeshav65 Use full path of file

ie “C://Users//Etc//filename.txt”

also make sure to use double slashes in case of “//” or single slash in file path in case of “”

Yes you need to give the absolute path or relative path or keep the file in the same directory as code.

Regards
Prateek Bhayia