Skip to content

Commit dd869b9

Browse files
authored
Merge pull request #98 from Mag-D-Anas/main
Doc: fixing required installation cell
2 parents f5d9bad + addeb28 commit dd869b9

File tree

1 file changed

+11
-19
lines changed

1 file changed

+11
-19
lines changed

doc/Introduction_to_TF24_IVIM-MRI_CodeCollection_github_and_IVIM_Analysis_using_Python.ipynb

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -45,25 +45,17 @@
4545
},
4646
{
4747
"cell_type": "code",
48-
"execution_count": 3,
48+
"execution_count": null,
4949
"id": "56273b2a",
5050
"metadata": {},
51-
"outputs": [
52-
{
53-
"ename": "SyntaxError",
54-
"evalue": "invalid syntax (882689640.py, line 2)",
55-
"output_type": "error",
56-
"traceback": [
57-
"\u001b[1;36m Cell \u001b[1;32mIn[3], line 2\u001b[1;36m\u001b[0m\n\u001b[1;33m pip3 install numpy\u001b[0m\n\u001b[1;37m ^\u001b[0m\n\u001b[1;31mSyntaxError\u001b[0m\u001b[1;31m:\u001b[0m invalid syntax\n"
58-
]
59-
}
60-
],
51+
"outputs": [],
6152
"source": [
6253
"# 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"
54+
"!pip3 install numpy\n",
55+
"!pip3 install matplotlib\n",
56+
"!pip3 install scipy\n",
57+
"!pip3 install nibabel\n",
58+
"!pip3 install zenodo_get"
6759
]
6860
},
6961
{
@@ -76,7 +68,7 @@
7668
},
7769
{
7870
"cell_type": "code",
79-
"execution_count": 4,
71+
"execution_count": null,
8072
"id": "9654f12d-6cfc-4639-884e-d7f2b23fa59f",
8173
"metadata": {},
8274
"outputs": [],
@@ -414,9 +406,9 @@
414406
"outputs": [],
415407
"source": [
416408
"# install packages through anaconda prompt\n",
417-
"pip3 install tqdm\n",
418-
"pip3 install dipy\n",
419-
"pip3 install joblib"
409+
"!pip3 install tqdm\n",
410+
"!pip3 install dipy\n",
411+
"!pip3 install joblib"
420412
]
421413
},
422414
{

0 commit comments

Comments
 (0)