Sometimes, I want to add new features into a Python application. Usually, we can explore and test these new features in IPython interactive environment. It is inconvenient, however, that type in the already finished codes each time.
So, is it possible to import an exist python script into IPython for further modification?