Sruli
Sruli

Reputation: 365

Installing vpython

I have installed vpython on the anaconda IDE. However when I import it and use a simple command

import vpython as v 
v.sphere()

Nothing appears. How do I rectify this?

Upvotes: 0

Views: 439

Answers (2)

user1114907
user1114907

Reputation: 992

The person was using the newer vpython module, not the old visual module. See the first page of vpython.org. Perhaps you were not running in a Jupyter notebook? At the time the question was posted, the vpython module only worked when run in a Jupyter notebook, though now it can be used outside a Jupyter notebook.

Upvotes: 0

Kode.Error404
Kode.Error404

Reputation: 573

Are you on RHEL or Ubuntu? You might want to try reinstalling and making sure that the installation is correct. You can install from http://vpython.org/contents/download_linux.html

Upvotes: 0

Related Questions