How to develop shared arrays with workers in Pluto #3349
Unanswered
CMoebus
asked this question in
Questions about using Pluto
Replies: 1 comment 5 replies
-
Can you share the error message and describe what did not work? Try to show:
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am working through Tom Kwong's book Hands-On Design Patterns and Best Practices with Julia. I try to implement Tom's ideas within Pluto notebooks. Up to chapter this went quite well. But now, in ch.06 I don't get ahead. It is the "shared array pattern" with the conept of parallel workers which generates lots of error messages generated by Pluto. GhatGPT and CoPilot couldn't help either. So I ask the community whether it is altogether possible to use Pluto and parallel workers at the same time.
Tom Kwong's code is here: https://github.com/PacktPublishing/Hands-on-Design-Patterns-and-Best-Practices-with-Julia/tree/master/Chapter06%2FSharedArrayPattern
Maybe somebody knows how to develop the pattern in the Pluto eco system. All the best Claus
Beta Was this translation helpful? Give feedback.
All reactions