Maybe I got simple questions so I googled it but I can't find answer.
I am using Pydev/Eclipse and I want to run the script within Console. First I want to modify the startup of the session - it means some modules are loaded during start (math, numpy, scipy, etc...). Where/how can I modify Pydev Console startup?
Secondly, I execute the script using righ-click on script file and "Run as -> Python Run" then it's executed within console and terminated. So I want to stay within Console and to be interactive and not be terminated. How can I get such feature?
Thank you!
Best regards, Peter