BruceSherwood / vpython-jupyter

This repository has been moved to https://github.com/vpython/vpython-jupyter
64 stars 33 forks source link

Get vpython working with spyder again #80

Closed mwcraig closed 5 years ago

mwcraig commented 5 years ago

The errors we see at the moment are because vpython starts a new async loop even though spyder already has one going. In an email thread @jcoady pointed out the fix might be as simple as checking for a running loop before trying to create one and then run_forever.