↧
Answer by user1114907 for VPython significantly slower in Jupyter
It is now possible to run the vpython module from IDLE. VPython 7 detects that you're not running in a Jupyter notebook and sets up its own communication with the browser, and in some cases this...
View ArticleAnswer by user1114907 for VPython significantly slower in Jupyter
Some VPython operations are slower in Jupyter than Classic because much of Classic was written in C++ whereas Jupyter VPython is implemented in Python (though the vector class has been Cythonized)....
View ArticleVPython significantly slower in Jupyter
I'm trying to rewrite some vpython script in jupyter notebooks. So far I've not ran into many problems, but the last one I've tried to rewrite became significantly slower. It runs very quickly in...
View Article