-
-
Notifications
You must be signed in to change notification settings - Fork 297
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
Update from 19.12 to 19.14 - often hangs when opening notebook #2337
Comments
Looking at the diff, relevant changes could be:
|
It could actually be #2318 , in the screenshot, it looks like Pluto's package manager finished (you can see the ✅), but the first cell that should run (the cell with imports) is not yet running (the timer is still at EDIT: after a second look at the PR I am fairly sure that it is not the cause. |
Could it be that updating the registry fails for some reason? I am currently also having some problems with a registry update inside a Docker (Pluto 0.19.16). I one time saw an error from HTTP that the transfer speed to https://pkg.julialang.org was below 1kB/s. @BioTurboNick, you're not on Windows, right? |
In this case it was running on an AWS Linux computer. |
If it is the case that it gets stuck on the registry update, we will be able to see that after #2399 :) |
#2399 has been released After loading Pluto, open a notebook, and then press F12 to open the web developer tools. Go to the JavaScript console, and type: PLUTO_TOGGLE_PROCESS_TAB() to enable the feature. Could you enable the feature, and let us know the next time a hang happens? |
I think I'll close this for now - I haven't noticed it in a while. I'll revisit if I observe it again. |
Seems to be stuck while loading packages.
Killing the notebook process and restarting it can resolve it.
Problem is that I have trouble reproducing it. It's happened twice now today. If I can learn more, I'll add to this.
Working: 0.19.12
Not working: 0.19.14
(edited to remove irrelevant parts of image)
The text was updated successfully, but these errors were encountered: