wey-gu / jupyter_nebulagraph

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

`object has no attribute "_decode_value"` #7

Closed wey-gu closed 10 months ago

wey-gu commented 10 months ago

It failed here

https://github.com/wey-gu/ipython-ngql/blob/da96b343f4f8836e36a31dea260650877a02b76c/ngql/magic.py#L174

on no _decode_value() for IPython Magic.

Maybe some version of Jupyter comes w/o this function, will fix this later when addressing the exact jupyter version.