Skip to content
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

Make updates more efficient using the previous notebook topology #2

Open
JackDevine opened this issue Mar 30, 2024 · 1 comment
Open

Comments

@JackDevine
Copy link
Owner

This feels like a job for PlutoLinks. Or perhaps it could be handled with some mutable state?

@fonsp
Copy link

fonsp commented May 27, 2024

Do you mean frontend updates or something in Julia?

For frontend, check out the this API: https://plutojl.org/en/docs/javascript-api/#this

For sending less data over the network between julia and JS, you can use AbstractPlutoDingetjes.published_to_js with a Dict as data: Pluto will automatically diff any Dict that is published with this API, instead of sending the full object every time.

For julia, PlutoLinks / PlutoHooks could be useful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants