python连接neo4j出现错误
在jupyter中运行这条代码时,graph = Graph(‘bolt://localhost:7687’,username=‘neo4j’,password=‘123456’) 出现如下错误: AddressError: Cannot resolve address (‘localhost’, 7687) 怎么解决!
在jupyter中运行这条代码时,graph = Graph(‘bolt://localhost:7687’,username=‘neo4j’,password=‘123456’) 出现如下错误: AddressError: Cannot resolve address (‘localhost’, 7687) 怎么解决!