VPython Jupyter now seems to be the standard and updated version. However, I did not find any way to save the output as an image:
Is there another option? I cannot believe that a tool for producing graphics cannot export a scene as vector or even raster.
There is now a version of povexport that works with VPython 7:
https://github.com/BruceSherwood/vpython-jupyter/blob/master/Demos_no_notebook/povexport.py
And here is an example of its use:
https://github.com/BruceSherwood/vpython-jupyter/blob/master/Demos_no_notebook/povexport_example.py