Skip to content

Commit cc0d2e2

Browse files
committed
Merge branch 'main' of github.com:Graphlet-AI/graphml-class
2 parents f74f9e5 + a4f870d commit cc0d2e2

File tree

5 files changed

+189
-1622
lines changed

5 files changed

+189
-1622
lines changed

6_load_data.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@
137137
"from dgl.data import DGLDataset\n",
138138
"import torch\n",
139139
"import os\n",
140+
"import pandas as pd\n",
140141
"\n",
141142
"class KarateClubDataset(DGLDataset):\n",
142143
" def __init__(self):\n",

Part 3 - Graph Analytics with Cypher.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"\n",
5858
"We are going to be using two ways to query Cypher.\n",
5959
"\n",
60-
"1) The [neo4j]() PyPi module [[github](https://github.com/neo4j/neo4j-python-driver)], [[Neo4j docs](https://neo4j.com/docs/api/python-driver/current/)]\n",
60+
"1) The [neo4j](https://pypi.org/project/neo4j/) PyPi module [[github](https://github.com/neo4j/neo4j-python-driver)], [[Neo4j docs](https://neo4j.com/docs/api/python-driver/current/)]\n",
6161
"2) Neo4j's Graphistry Integration [[example notebook](https://github.com/graphistry/pygraphistry/blob/master/demos/demos_databases_apis/neo4j/official/graphistry_bolt_tutorial_public.ipynb)]\n",
6262
"\n",
6363
"We're going to use one or the other as the instructor prefers, depending on how important it is to visualize our results in a table, chart or as a network visualizaton using [Graphistry](https://graphistry.com).\n",

0 commit comments

Comments
 (0)