how can I enable x-11 forwarding in pycharm? when connecting to vagrant or a remote ssh?
I am using pycharm in windows but the python backend need to be running on unix so I host the python app/code in ubuntu with vagrant, however I need to do some plotting as well, is there a way I can enable matplotlab plotting in pycharm with vagrant? thanks Try to set DISPLAY environment variable in PyCharm run configuration like this: DISPLAY=localhost:10.0 I got my display value from vagrant ssh connection vagrant@vagrant:$ echo $DISPLAY localhost:10.0 In case anyone stumbles upon the same issue.. There are several ways for you to enable X11 through PyCharm. The solution for me was to create