hey everyone, does anyone know the python command that forces the interpreter to go interactive? the situation i'm talking about goes like this:
- run script from command line
- let all kinds of complicated nonsense execute
- script runs the "go interactive" command
- python dumps you in the interactive terminal and all your initialized work is there, freely available
i've tried hard to search for the term multiple times, but haven't been able to find it. i randomly stumbled upon it once, which is the only reason i know it exists. my search terms must be all off...
thanks
chardson