Questions tagged [graph-notebook]

For questions related to the open source graph-notebook project that allows graph data to be viewed and manipulated in a Jupyter notebook.

34 questions
0
votes
0 answers

Visualizing Gremlin query results from AWS Neptune - is there a way?

im a bit new on AWS Neptune. Currently using gremlin to query data from it. My question is, is there a way to view the query results visually? I tried creating a Notebook (Jupyter) that connects to my Neptune cluster but it doesn't show the option…
0
votes
1 answer

openCypher client for AWS Neptune

I'm looking for a graph exploration tool similar to https://github.com/prabushitha/gremlin-visualizer for querying AWS Neptune while using openCypher to enjoy the new…
Avner Levy
  • 6,601
  • 9
  • 53
  • 92
0
votes
1 answer

I have try to connect python jupyter notebook with amazon neptune DB Instance, but I got an error like this, what should I do?

This code, I got from the Amazon Neptune Tutorial https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-gremlin-python.html But, I got an error like this when I try to run the code in Jupyter Notebook (internal in my laptop). This is my…
0
votes
1 answer

AWS Neptune workbench visualisation

I am using Jupter notebook on AWS Neptune to query data from the graph. Is it possible to set the colour of nodes with specific label to different colour? For eg, can I set the node colour to red if the node label is person and set the node colour…
1 2
3