I want to get a graph with the label edge. How can do it?
I use this my graph_notebook and magic cell code like this, and standard visualization options:
%%gremlin g.V().out().path()
but it doesn't show any edge label or property. Thank you
Tried to use -d and -de options(though need a label, not a property), it was no use