Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

plt .show matplotlib remote vscode

# 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!!
 
PREVIOUS NEXT
Tagged: #plt #matplotlib #remote #vscode
ADD COMMENT
Topic
Name
9+1 =