📅  最后修改于: 2022-03-11 14:50:36.460000             🧑  作者: Mango
# open a ssh seession in putty or moboxterm in parallel with vs code by:
ssh -X user@remote
# then in vs code seesion terminal include:
export DISPLAY=localhost:10.0
## then run the .py file containing plt.show()...you would be able to see the plot!!