Horje
plt .show matplotlib remote vscode Code Example
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!!




Shell

Related
gcc info linux Code Example gcc info linux Code Example
ubuntu download Code Example ubuntu download Code Example
git stash pop single file Code Example git stash pop single file Code Example
bash check if string ends with slash Code Example bash check if string ends with slash Code Example
change ip address Code Example change ip address Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10