How does the python scripting widget work with multiple data inputs? #6327
Unanswered
Bigfoot-solutions
asked this question in
Q&A
Replies: 1 comment
-
Try Thanks for reporting that this docs are missing. We used to have inputs written on top-left of the widget, but now I am not sure where that went. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am struggling to find any documentation that explains how to use more than one data table within the python scripting widget. I discovered (through trial and error!) that "in_datas" is the plural of "in_data", and I can see both my input tables within in_datas, but I can't figure out how to reference the domains of each of the input tables.
How can I reference the domain of each input table, like I would with a single input data table using in_data.domain?
Beta Was this translation helpful? Give feedback.
All reactions