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
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.
Login to add comment