wey-gu / jupyter_nebulagraph

NebulaGraph Queries and visualization in Jupyter notebook.(previously known as ipython-ngql)
https://jupyter-nebulagraph.readthedocs.io/en/stable/
Other
33 stars 4 forks source link

Silent ngql execution for ng_draw #61

Closed BeautyyuYanli closed 4 months ago

BeautyyuYanli commented 4 months ago

The result of ngql sometime can be dummy, when I just want to draw the graph. Maybe a way to silently run ngql can help.

wey-gu commented 4 months ago

The result of ngql sometime can be dummy, when I just want to draw the graph. Maybe a way to silently run ngql can help.

Yeah maybe with

%ng_draw match xxx

?

wey-gu commented 4 months ago

see here, pr coming

ng_draw_query