Using Pluto as an inputs / outputs pipeline #1116
Unanswered
heetbeet
asked this question in
Questions about using Pluto
Replies: 2 comments 5 replies
-
Hmm, now that I think of it, it is probably as efficient as the effect of adjusting a slider |
Beta Was this translation helpful? Give feedback.
3 replies
-
@heetbeet Could you tell us more about your intended application? It might help us (@ctrekker) during the design process of WYSIWYR |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use Pluto for something alternative to a GUI Notebook, I have a calculation pipeline that I want to automate, so I want to use the internals of Pluto, like
Notebook
andupdate_run!
directly. I want to create a large graph of variable relationships (a typical Notebook as you would have in the Puto GUI), but I want to change some of the "input" variables's values millions of times, and aggregate on some of the output variables.My question is, how efficient is the Pluto Notebook pipeline for this?
Beta Was this translation helpful? Give feedback.
All reactions