When a text file generated in Windows is used in a notebook instance, the text content cannot be read and an error message may be displayed indicating that the path cannot be found.
The notebook instance runs Linux and its line feed format (CRLF) differs from that (LF) in Windows.
Convert the file format to Linux in your notebook instance.
Shell:
dos2unix File name