Results 3 issues of anhinga

This is a feature request. Currently, it is possible to obtain complete node or edge dictionary interactively: `tapNode (dict; optional): The complete node dictionary returned when you tap or click...

suggestion

In Julia 1.7.3: ``` julia> Zygote.gradient(x -> x["foo"]["bar"]^2, Dict("foo" => Dict("bar" => 5))) (Dict{Any, Any}("foo" => Dict{Any, Any}("bar" => 10)),) julia> Diffractor.gradient(x -> x["foo"]["bar"]^2, Dict("foo" => Dict("bar" => 5))) ERROR:...

Looking at the connections per input pixel graphs in your Jupiter notebook, I see an interesting effect. Unless it is a rendering bug, your simulations show **smaller** number of connections...