Is it possible to hide certain nodes & inputs from...
# hamilton-help
g
Is it possible to hide certain nodes & inputs from the DAG visualization using the jupyter magic? e.g. by using tags or something similar? I'm also thinking of an idea to have levels of display, like in logging. mainly INFO, DEBUG. with INFO I can see the main logical parts of the DAG and can also explain how it works to colleagues. with DEBUG i can see the actual/full DAG. I noticed that I usually need to see "INFO" version, and only rarely go over the full DAG. What do you think?
👀 1
s
It’s possible to wire something through. Would have to scope the effort.
This is where the Hamilton UI could be helpful? Though we’d want to build in the same functionality most likely.
But that analogy makes sense.
Want to create an issue with some product specs? e.g. your workflow here. E.g. do people annotate all functions? or is there a default? or is that something you pass in? or?
g
Yes, I'll give it some thought and create an issue 🙂 Thanks!