Unit-IV
I am not able to use cat command
it gives syntax error
i am using windows os
i tried !type but it said syntax incorrect
even i m not able to execute in jupyter

Python-3.4.3 Loading-Data-From-Files 04-05 min 10-20 sec 30-04-20, 4:34 p.m. sajakhete@pict.edu

Answers:

You can also try %pycat

However it looks like you are doing something that is unexpected, since the system should not throw a syntax error if it cannot find the command.

Can you add what code you are inputting and can you paste the complete error here?
30-04-20, 4:46 p.m. ankitrj.iitb
yes thank you with %pycat its working now 
30-04-20, 4:55 p.m. sajakhete@pict.edu


The syntax of the command is incorrect.
In [16]:
!type<primes.txt>
The syntax of the command is incorrect.
In [16]:
30-04-20, 4:52 p.m. sajakhete@pict.edu
You typed the wrong command. It should be !type primes.txt
30-04-20, 5:05 p.m. aditya94palaparthy@gmail.com


Click here to reply/comment online