带有py2neo的Neo4j可视化:TypeError:'LabelSetView'对象不可调用

时间:2019-11-10 21:20:53

标签: neo4j jupyter-notebook py2neo

我正在尝试遵循

中的示例

https://nicolewhite.github.io/neo4j-jupyter/hello-world.html

Prelude>pp(minesweeper sampleInput)
1110000
1*11110
1122*10
001*221
233211*
***2011
*8*3000
***2000

对于这部分代码,我遇到此错误:

from scripts.vis import draw
import neo4jupyter

options = {"Person": "name", "Drink": "name", "Manufacturer": "name"}
draw(graph, options)

我在网上阅读到scripts.vis可能存在一些问题,但是我不太确定如何解决它

1 个答案:

答案 0 :(得分:0)

请从下面的链接中检出最新版本,它可以解决问题

https://github.com/merqurio/neo4jupyter/issues/5