-
-
Notifications
You must be signed in to change notification settings - Fork 294
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
Restrict notebook communication topology #1812
Conversation
Try this Pull Request!Open Julia and type: julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/Oblynx/Pluto.jl", rev="restrict-distrib-comms")
julia> using Pluto |
Hey! I have two concerns
Also I'm not sure if we actually need this to be open (@Pangoraw_ do you remember?) Nevertheless, thank you for spending time on this! 💪🏾💪🏾 |
I agree with your concerns. I'd love to be able to use |
We are working on broad stdlib support! Latest major addition was the macro support 😄! |
I can't express how important that is! Thank you so much for all your good work! I hope I can also help in a small way as a "power user" :) |
SHUT UP This is literally all that is necessary to allow Distributed inside Pluto???
EDIT EDIT AGAIN |
No this isn't about making Distributed work, for that check the last discussion in #300
Really? Then I'm not sure if there's any point in this feature, maybe a bit of performance gain. Why don't you raise this up with Distributed upstream, to see what their use case is, since they mark this flag as "Experimental" |
Instigated by #300
In case Pluto wants this, some tests would have to change, because they verify that notebooks can talk to each other.
Maybe workers are intended to be able to talk to each other.