Skip to content

Commit 6dbae90

Browse files
committed
fix: adding "!" before pip3 in installation cell, adding zenode_get to the required packages
1 parent f5d9bad commit 6dbae90

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

doc/Introduction_to_TF24_IVIM-MRI_CodeCollection_github_and_IVIM_Analysis_using_Python.ipynb

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
{
4747
"cell_type": "code",
48-
"execution_count": 3,
48+
"execution_count": null,
4949
"id": "56273b2a",
5050
"metadata": {},
5151
"outputs": [
@@ -60,10 +60,11 @@
6060
],
6161
"source": [
6262
"# install packages through anaconda prompt\n",
63-
"pip3 install numpy\n",
64-
"pip3 install matplotlib\n",
65-
"pip3 install scipy\n",
66-
"pip3 install nibabel"
63+
"!pip3 install numpy\n",
64+
"!pip3 install matplotlib\n",
65+
"!pip3 install scipy\n",
66+
"!pip3 install nibabel\n",
67+
"!pip3 install zenodo_get"
6768
]
6869
},
6970
{
@@ -76,7 +77,7 @@
7677
},
7778
{
7879
"cell_type": "code",
79-
"execution_count": 4,
80+
"execution_count": null,
8081
"id": "9654f12d-6cfc-4639-884e-d7f2b23fa59f",
8182
"metadata": {},
8283
"outputs": [],

0 commit comments

Comments
 (0)