Skip to content

Commit 9f5678d

Browse files
Mats-SXFlorentinD
andcommitted
Unify pip install syntax across notebooks
Co-authored-by: Florentin Dörre <florentin.dorre@neotechnology.com>
1 parent f2a2969 commit 9f5678d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/community-detection.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"outputs": [],
4747
"source": [
4848
"# Install necessary dependencies\n",
49-
"%pip graphdatascience pandas"
49+
"%pip install graphdatascience pandas"
5050
]
5151
},
5252
{

examples/fastrp-and-knn.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"outputs": [],
6767
"source": [
6868
"# Install necessary dependencies\n",
69-
"%pip graphdatascience"
69+
"%pip install graphdatascience"
7070
]
7171
},
7272
{

examples/import-sample-export-gnn.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"outputs": [],
7373
"source": [
7474
"# Install necessary dependencies\n",
75-
"%pip install torch torch_scatter torch_sparse torch_geometric graphdatascience"
75+
"%pip install graphdatascience torch torch_scatter torch_sparse torch_geometric"
7676
]
7777
},
7878
{

0 commit comments

Comments
 (0)