I am using the Python3 version of Jupyter. Having some trouble with get_ipython() returning None it turned out that the reason was that Jupyter called the default Python which was still 2.7. update-alternatives fixed that and I got the first animations going.
At the end of a cell, even if it is just a static scene, from vpython import * box() either the VPython notebook recalls the IPython kernel continuously or the IPython kernel goes crazy. The little light right of the VPython label is continuously flickering on and off. Is there a special exit or end_animation call? Second question: Is there a way to use VPython outside of Jupyter or to embed the animations in to a pyqt program? Remark: VPython is very nice, kind of povray light with much better animation and 3D support -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/e91635aa-514f-4a56-aad4-4de5da921b8a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
