saving . . . saved plot script.py file has been deleted. plot script.py file has been hidden .
plot script.py file
Title
Question
How do I open the file named "plot script.py" where all the previous commands will be saved?? I

Python-3.4.3 Additional-features-of-IPython 06-07 min 10-20 sec 23-09-21, 10:42 p.m. 20001002020

Answers:

You can open the script file in any editor such as Notepad in windows.
To open the file from ipython you can go the location/directory where the file is stored using cd command and then you can run the command !type <filename> to view file contents. This should be done inside ipython terminal.
28-09-21, 1:28 p.m. aditya94palaparthy@gmail.com
Thank you 
28-09-21, 1:47 p.m. 20001002020
I am unable to execute "%run marks .py" command on the prompt though I have downloaded it.As I execute this command it says "indentation error" ,Please help me out....
28-09-21, 1:47 p.m. 20001002020
Please check the indentation in the code. All the statements should be properly indented with four spaces.
25-10-21, 6:51 p.m. aditya94palaparthy@gmail.com

Login to add comment


Log-in to answer to this question.