Skip to content

Commit 6270681

Browse files
Fix typo
Co-authored-by: Jacob Sznajdman <breakanalysis@gmail.com>
1 parent 71e441e commit 6270681

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

examples/fastrp-and-knn.ipynb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"Running this notebook requires a localhost Neo4j server with a recent GDS version (2.0+) installed.\n",
1717
"We recommend using Neo4j Desktop.\n",
1818
"\n",
19-
"Also required are course the `graphdatascience` Python library (see README for installation instructions)."
19+
"Also required are of course the `graphdatascience` Python library (see README for installation instructions)."
2020
]
2121
},
2222
{
@@ -214,7 +214,7 @@
214214
],
215215
"metadata": {
216216
"kernelspec": {
217-
"display_name": "Python 3 (ipykernel)",
217+
"display_name": "Python 3.8.10 64-bit",
218218
"language": "python",
219219
"name": "python3"
220220
},
@@ -229,6 +229,11 @@
229229
"nbconvert_exporter": "python",
230230
"pygments_lexer": "ipython3",
231231
"version": "3.8.10"
232+
},
233+
"vscode": {
234+
"interpreter": {
235+
"hash": "916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1"
236+
}
232237
}
233238
},
234239
"nbformat": 4,

0 commit comments

Comments
 (0)