error
i am getting error for the command %save while saving the history
Python-3.4.3 Additional-features-of-IPython 05-06 min 30-40 sec
Answers:
Can you give us more information about the error you are getting?
In [106]: %save 'C:/Users/administrator/Desktop/plot_script.py'
'' was not found in history, as a file, url, nor in the user namespace.
In [107]: %save C:/Users/administrator/Desktop/plot_script.py
'' was not found in history, as a file, url, nor in the user namespace.
This is the error i am getting
not able to save the .py either in current working directory or in the given path.
Hello, it would be helpful to others if you can send us more details about the error you are facing. Usually, sending the text or a screenshot of the error, it's contents and the traceback on the screen helps everyone understand what exactly is going wrong. Thanks