[Pydev-code] running a remote interactive interpreter session from pydev
Brought to you by:
fabioz
From: Kelson Z. <kb...@co...> - 2017-08-11 13:40:01
|
I use Pydev for scientific computing and really like it. One problem I have is I would like to use it to run analyses on a server. My plan was to use ipython’s ability to run shell commands to ssh to the server and then launch an ipython session there. It seems that while the interactive interpreter can run the ssh just fine it isn’t able to pick up the remote terminal session that gets started. Any suggestions? Thanks |