<br>
I need to be able to run certain ipython magic commands using the plain vanilla python interpreter.<br>
<br>
In other words, I have an ipython script that I can certainly invoke
using ipython on the command line, but I need to run the script
using python on the command line.<br>
<br>
I know it has something to do with importing IPython, but I can't
do the IPython.Shell.start().mainloop() part since I need
non-interactive running.<br>
<br>
I hope that made some sense.<br>
<br>
Any help appreciated.<br>
<br>
<br>
<br>