prabushitha / gremlin-visualizer

visualize the graph network corresponding to a gremlin query
MIT License
227 stars 70 forks source link

Calling the server and graphing from Jupyter #9

Open cscetbon opened 4 years ago

cscetbon commented 4 years ago

@prabushitha, I wonder if it could be feasible to call your code and run it directly in Jupyter like it can be done with d3 https://blog.thedataincubator.com/2015/08/embedding-d3-in-an-ipython-notebook/, any ideas ? In order to query the server with the right query and draw using your code.

StephenQuirolgico commented 2 years ago

@prabushitha I'm interested too in using gremlin-visualizer in Jupyter. Can it be done?