atom-ipython-exec
Send python code
from Atom
to be executed into an ipython
session running inside a terminal
. Tested on Mac OS X and Ubuntu; in the former case, the reference terminal application is iTerm2
, whereas gnome-terminal
is used in the latter.
On Ubuntu, it requires xdotool
to be installed; please install it with:
sudo apt-get install xdotool
NB: This package is a fork of r-exec.