【发布时间】:2022-01-06 20:39:48
【问题描述】:
尝试使用命令将 Neo4j 浏览器连接到 jupyter:
data_base_connection = GraphDatabase.driver(uri = "http://localhost:7474/browser?dbms=neo4j://ellahn3@localhost:7687&db=Graph_ex", auth=("neo4j", "ellahn054"))
输出:
ConfigurationError:不支持 URI 方案“http”。支持的 URI 方案是 ['bolt', 'bolt+ssc', 'bolt+s', 'neo4j', 'neo4j+ssc', 'neo4j+s']。示例:bolt://host[:port] 或 neo4j://host[:port][?routing_context]
有什么问题?
【问题讨论】:
标签: python-3.x neo4j cypher