Answers for "plt .show matplotlib remote vscode"

0

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!!
Posted by: Guest on September-07-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language