Skip to content

Spyder on Binder is non-responsive #22124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
2 tasks
chrisjj opened this issue May 25, 2024 · 2 comments · Fixed by #22509
Closed
2 tasks

Spyder on Binder is non-responsive #22124

chrisjj opened this issue May 25, 2024 · 2 comments · Fixed by #22509

Comments

@chrisjj
Copy link

chrisjj commented May 25, 2024

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

  • Reproduced the issue after updating with conda update spyder (or pip, if not using Anaconda)
  • Could not reproduce inside jupyter qtconsole (if console-related)

Not possible, obviously.

@dalthviz
Copy link
Member

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 🤔 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

@dalthviz dalthviz self-assigned this Jun 13, 2024
@dalthviz dalthviz added this to the not sorted milestone Jul 6, 2024
@ccordoba12 ccordoba12 modified the milestones: not sorted, v6.0.1 Sep 15, 2024
@ccordoba12
Copy link
Member

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 ?

Yep, that was the problem in Spyder 5. But now there's another issue in Spyder 6 with the mechanism we use to kill kernels.

@chrisjj, sorry for the late reply but we were quite busy preparing the 6.0 release. However, we'll address this in 6.0.1, to be released this week.

@ccordoba12 ccordoba12 assigned ccordoba12 and unassigned dalthviz Sep 15, 2024
@ccordoba12 ccordoba12 changed the title Spyder on Binder is non-responsive in Windows Chrome and Firefox Spyder on Binder is non-responsive Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants