I have installed vpython from the terminal using pip install vpython, and it installed successfully. I am using python 3.10.2. When I write from vpython import * nothing happened. Then I write vp.box() or vp.sphere().a Microsoft Edge window opens called localhost:53184 but it keeps blank forever. I tried to reinstall the package but it still not work.
I'm even tried this:
from vpython import *
box()
while True:
pass
and it still the same
here is the package:
C:\Users\Avi>pip show vpython
Name: vpython
Version: 7.6.3
Summary: VPython for Jupyter Notebook
Home-page: http://pypi.python.org/pypi/vpython/
Author: John Coady / Ruth Chabay / Bruce Sherwood / Steve Spicklemire
Author-email: [email protected]
License: LICENSE.txt
Location: c:\program files\python310\lib\site-packages
Requires: autobahn, ipykernel, jupyter, jupyter-server-proxy, numpy
Required-by:
how can I fix it?