From 4a46f6752b043b70e856cc664bad16ae8c76ddc6 Mon Sep 17 00:00:00 2001 From: Matt Frediani Date: Thu, 11 Jan 2024 09:53:23 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E3=80=90A=E3=80=91=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E7=8E=AF=E5=A2=83.ipynb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...43\205\351\205\215\347\275\256\347\216\257\345\242\203.ipynb" | 1 + 1 file changed, 1 insertion(+) diff --git "a/notebook_tutorials/\343\200\220A\343\200\221\345\256\211\350\243\205\351\205\215\347\275\256\347\216\257\345\242\203.ipynb" "b/notebook_tutorials/\343\200\220A\343\200\221\345\256\211\350\243\205\351\205\215\347\275\256\347\216\257\345\242\203.ipynb" index 5c7cde1..08a357b 100644 --- "a/notebook_tutorials/\343\200\220A\343\200\221\345\256\211\350\243\205\351\205\215\347\275\256\347\216\257\345\242\203.ipynb" +++ "b/notebook_tutorials/\343\200\220A\343\200\221\345\256\211\350\243\205\351\205\215\347\275\256\347\216\257\345\242\203.ipynb" @@ -99,6 +99,7 @@ "import py2neo\n", "\n", "# 注意,这里的用户名为neo4j全局用户名,而非DBMS或者database的名称\n", + "from py2neo import Graph, Node, Relationship\n", "g = Graph('http://localhost:7474', auth=('neo4j', 'ABC123'))" ] },