If you are familiar to Matlab you know that you are able to use any defined function from its definition file, if it is in the workspace path, you do not need to call or import.
Is there any mechanism in ipython
mimics that behaviour of matlab. My current work flow is to write the code in the Sublime text and paste it to ipython
(seems stupid). Would you suggest any other way to achieve efficient
I am too lazy to do so but writing a periodic auto import code in the startup file of Ipython in some way might work. Maybe ipython curators would consider this.