This seems to be a problem many people have had, but none of the solutions I found worked for me.
Currently I am just trying the bare minimum approach, but no figure displays in my notebook. The notebook runs and a blank output line appears.
Here is the code I am running:
from vpython import *
canvas()
box()
Any idea why I cannot get a display?