I am using a local install of PyCharm Professional on OSX to connect to a remote python interpreter on a Google Cloud DataProc cloud.
It's taken me a while, but now I have nearly everything working - I can interactively execute code on the remote machine, view outputs in the iPython terminal, and even view remote plots locally via x11 forwarding.
The only thing I cannot figure out is how to get PyCharm to display these plots 'natively' (i.e. in the 'SciVew' plot window). I miss this as it keeps a history of old plots.
Any idea why my remote plots are only showing in a separate xQuartz window and not natively?