NebulaGraph in Jupyter Notebook
Introduce the brand new
ipython-ngql
python package that enhances your ability to connect to NebulaGraph from your Jupyter Notebook or iPython. Now we can do%ngql MATCH p=(n:player)->() RETURN p
to query from Jupyter Notebook and%ng_draw
to render the result.