spyder-ide / spyder

Official repository for Spyder - The Scientific Python Development Environment
https://www.spyder-ide.org
MIT License
8.14k stars 1.58k forks source link

Spyder on Binder is non-responsive in Windows Chrome and Firefox #22124

Open chrisjj opened 3 months ago

chrisjj commented 3 months ago

1 Follow https://www.spyder-ide.org/ : **You can also try out Spyder right in your web browser by launching it on Binder. 2 See desktop:

image

3 Click Run

Expected: response Observed: none

Likewise clicking other menu items and in the temp.py editor gets no response.

Issue Report Checklist

Not possible, obviously.

dalthviz commented 2 months ago

Hi @chrisjj thank you for the feedback! I stumbled across this issue while releasing Spyder 5.5.5 and updating the binder image. Seems like having an open project causes Spyder to freeze over binder :thinking: Did a quick check launching Spyder in debug mode over binder and seems like maybe watchdog (package used to monitor project files) and the launching of a console due to a project being opened are causing some sort of deadlock? What do you think @ccordoba12 ?

Here the log I was able to capture: binder-freeze.log