I want to configure PyCharm 3.0 to use a Remote Python Interpreter.
The Problem is, I have to connect over a SSH Gateway:
MyMachine -> Gateway -> Machine with Python
When I connect via Cygwin I type the following: ssh -t [email protected] "ssh [email protected]"
Is there a way to achieve this in PyCharm? Another question, can I forward the X11 server to PyCharm (so that I can view the matplotlib plots on my machine?)
Regards, m