Hi, I have an embedded IPython shell in my python app. How can I submit to it some commands, python code to run (as a string)? ip = InteractiveShellEmbed() I viewed the online docs for it, but it didn't show how to do this programmatically. thanks, Darren