my system is a jetson nano with ubuntu 20.04
I am running this system from a simple SSH connexion:
ssh login@adress
When launching this simple program:
python3 test.py
having test.py:
from vpython import *
breadBoard=box(length=6, width=2, height=0.2, opacity=0.5, color=color.white)
never returns.
I don't know how to debug it and how to see it in a remote browser.
Any help????