Michael Chin
Michael Chin
Going back to the original issue - > 2. query g.V().outE().inV().path().by(elementMap()). This works but you cannot see all values of the multivalue properties. Based on the path data from the...
> 3. If you change the query to use valueMap g.V().outE().inV().path().by(valueMap()), the visualization does not render properly. Some vertices are drawn but they do not represent the graph. For most...
We have updated the sample notebooks with an example of the above, in #366. Resolving.
Related issues: #206, #324
Hi @gourav-sg, thank you again for submitting this enhancement request! These requests have implemented in #221 and #356. As of `graph-notebook` version 3.7.0, users can now specify a custom traversal...
Closing, as the requested features have been implemented. Please feel free to re-open if you have any additional questions or concerns.
Hi @tkrabel-db and @jasongrout, thank you for the enhancement request! At one point, we investigated NPM publishing the graph_notebook_widgets extension as part of our efforts to implement [JupyterLab support](https://github.com/aws/graph-notebook/issues/55). However,...
We are currently targeting EOY for completion of internal approvals and deployment.
Closing due to inactivity. Please re-open if you have additional questions.
Thanks for the suggestion @RinkeHoekstra ! The `rdflib` version pin was originally added as, the time of its release, `rdflib` 6.x contained breaking changes affecting `%%sparql` query functionality. I can't...