we have `tube` scoped inputs, but if we want to just pass some extra params to nodes that should also be possible. basically i think we could do something like this: ``` tube = Tube.from_specification(spec, params={'nodeid': {'kwarg': 'value'}}) ```
we have
tubescoped inputs, but if we want to just pass some extra params to nodes that should also be possible.basically i think we could do something like this: