saving . . . saved unable to fetch data from file has been deleted. unable to fetch data from file has been hidden .
unable to fetch data from file
Title
Question
while reading the data from file i am getting below statement

In [2]: !type primes.txt
The system cannot find the file specified
..................................................................
and this the location codes files below
C:\Users\VIMAL SOREN

i also tried location

C:\Users\VIMAL SOREN\.ipython  and C:\Users\VIMAL SOREN\.matplotlib
but facing the same issue.
because  of that my learning has stopped
please help me....



Python-3.4.3 Loading-Data-From-Files 01-02 min 30-40 sec 30-11-20, 7:10 p.m. vmlsoren8@gmail.com

Answers:

Please use 

!type C:\Users\VIMAL SOREN\primes.txt

Basically give the full path of the file to the command, make sure that the path is correct. If it still does not work, try to copy the file to a different path where you have access to the file and try again (sometimes applications and users do not have access to the files in C drive)</span>
03-12-20, noon ankitrj.iitb
yes its working

18-04-21, 6:12 p.m. Puji166sai@gmail.com

Login to add comment


thank you .by changing the path where it can access,finally its working.


29-12-20, 12:26 p.m. vmlsoren8@gmail.com


Log-in to answer to this question.