is vpython from a remote connexion working?

35 views
Skip to first unread message

Christian Votava

unread,
Jun 25, 2022, 5:46:52 PM6/25/22
to VPython-users
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????

Bruce Sherwood

unread,
Jun 25, 2022, 7:43:14 PM6/25/22
to VPython-users
I don't know anything about your environment, but it might be useful to you to see this overview of the architecture of the vpython module:


Bruce

John

unread,
Jun 27, 2022, 8:50:59 AM6/27/22
to VPython-users
I looked into a similar issue of running vpython in a remote jupyter notebook using SSH using Windows 10 a few years ago and got that to work following these instructions


If you are running vpython in a jupyter notebook on your system maybe you can do something similar with your Ubuntu setup. 


John
Reply all
Reply to author
Forward
0 new messages