Metaprogramming: add Select-Inputs within loop #1017
Unanswered
BenediktAllendorf
asked this question in
Questions about using Pluto
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
//Edit: Restructured
I'm currently using Pluto for some data exploration and all my file names follow a certain standard (e.g.
param1=value1_param2=value3.csv
(and many more). I would like to have multiple Select-Inputs to select my file (name).Let's I have the following params:
The result I'm looking for is this:
I can get that by having the following cell:
and then work with it like this:
and this:
The thing is, that I do know the general structure of
params
but not its exact content. Currently, I generate those cell-snippets, print them, and run them manually. I would like to automatically generate all those required cells. Is that possible, or even reasonable?Beta Was this translation helpful? Give feedback.
All reactions