You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should generally review and iron out several issues with mavenworks.wrap .
Looking at Interactive Wrapper.ipynb etc,:
The demo generates weirdly named New Parts (not External Parts) per attached sceeenshot snippet.
The display is extremely clunky. We should discuss changes to the generation to:
Show argument by name (instead of arg0, arg1, etc.), hopefully possible via inspect.getfullargspec
... with compact labels (perhaps aligning names in a (replaced or improved?) LabelPart to the left of each input, or it may be worth considering Layout container changes for that)
Consider accordion'ing, fixed hieights, etc. to better organize the screen (and e.g. bring kittens into view for the current demo)
We should brainstorm on possibilities on ways to better default input parts.
The text was updated successfully, but these errors were encountered:
We should generally review and iron out several issues with
mavenworks.wrap
.Looking at Interactive Wrapper.ipynb etc,:
inspect.getfullargspec
The text was updated successfully, but these errors were encountered: