我正在尝试遵循
中的示例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可能存在一些问题,但是我不太确定如何解决它