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 to blue
if the node label is cafe
?
The AWS Neptune notebooks are using vis.js but I was not able to find anything related with my need
Any idea on this is greatly appreciated.
Thanks Arun