%save
Does it necessary to save script file with name by putting '_' between? like you did as 'plot_script'. And please show how can i get saved file in pc i mean the script. Im not getting it in my pc anywhere. Please help.
Python-3.4.3 Additional-features-of-IPython 05-06 min 40-50 sec
Answers:
It is not necessary to add '_' in the filename, Instead of using space in the file name adding "_" is a more appropriate way of saving the file. Please check the file in the current working directory. To check the current working directory from python type %pwd from the ipython terminal.