I am starting to learn python with sublime and ipython. They are cool tools and but I want a way to connect them. I normally have a sublime and a IPython console open. Is there any command that I can run in sublime just send:
runfile('~\someExample.py', wdir='~\myDir')
to the running IPython console?
Thanks!