Michael Chin

Results 29 comments of Michael Chin

Users can separate the overlapping edges by re-running `%%graph_notebook_vis_options` with the value of `"edges"`->`"smooth"`->`"type"` changed from the default `straightCross` to `dynamic`. More details at Issue https://github.com/aws/graph-notebook/issues/157.

Thank you for the suggestion, @neuxregime! We will look into implementing this feature.

Hi @louvasquez, thanks for bringing this gap in functionality to our attention. As observed from the code, we are currently only able to group-by the values of properties available at...

Hi @mikebrules, thank you for the bug report! I'm having some trouble reproducing the behavior shown, so may need additional context here. Running `graph-notebook==3.3.0` on Neptune releases 1.1.0.0 and 1.1.1.0,...

Closing due to >3 months of inactivity. Please re-open if you are able to provide additional information that can help reproduce the issue.

Hi @anezkakot, thank you for the bug report, and apologies for the late response. I spent some time trying to reproduce this bug on JupyterLab 3.2.8 following the installation info...

For reference, these configurations on Python 3.6.13 and 3.9.7 display the graph widget correctly on my local setup: [freeze_3.6.13_v3.3.0_noconflicts.txt](https://github.com/aws/graph-notebook/files/8875127/freeze_3.6.13_v3.3.0_noconflicts.txt) [freeze_3.9.7_v3.3.0_noconflicts.txt](https://github.com/aws/graph-notebook/files/8875128/freeze_3.9.7_v3.3.0_noconflicts.txt)

Closing due to >3 months of inactivity. Please re-open this issue if you are able to provide additional information that can help reproduce the error.

Hi @FsecureSamiTikka, thank you for the bug report! For my debugging purposes, could you also share the path data from both of the example queries?

Looking at the paths provided, Neptune seems to be returning the correct results. The discrepancies in edge data returned are due to functional differences between the `valueMap()` and `elementMap()` steps....