-
-
Notifications
You must be signed in to change notification settings - Fork 292
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
Cells with @bind value run twice #275
Comments
(Note to self: JuliaPluto/PlutoUI.jl#3 makes this a lot easier) |
I am running into the same issue - I have a rather long analysis depending on 6 PlutoUI elements. When opening the notebook, this analysis is executed 7 times. |
Can't think of anything - it might actually be easier to fix this problem than to design a workaround |
Oh well one workaround is to not use PlutoUI but |
I fixed it! Try it out by using Pluto's master branch |
Thank you! @fonsp |
@fonsp perfect, thank you very much! |
I do still experience this issue. After running a notebook with some really lengthy and expensive calculations that all ultimately depend on some values selected by After some time, it "stabilizes", i.e. all cells are done. Haven't counted, but some cells are executed 4+ times I think. Note that this error started when I updated from v0.11.14 to v0.12.4 - i.e. in the same notebook, this re-running did not happend when I used v0.11.14. |
@GiggleLiu it's fixed again! |
🎉 🎉 🎉 |
From @GiggleLiu in #262:
Thanks for you suggestion @fonsp , there is not error anymore with PlutoUI.
But there is still an issue. The last cell is refreshed multiple times when I update a cell. This is not desired because the last cell is expensive to evaluate in my application.
The cells causing multiple update looks like
The Controller
The Cell refreshed multiple times
Originally posted by @GiggleLiu in #262 (comment)
The text was updated successfully, but these errors were encountered: