Skip to content

Commit addeb28

Browse files
committed
doc: fixing another cell
1 parent 5cd8a7d commit addeb28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Introduction_to_TF24_IVIM-MRI_CodeCollection_github_and_IVIM_Analysis_using_Python.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -406,9 +406,9 @@
406406
"outputs": [],
407407
"source": [
408408
"# install packages through anaconda prompt\n",
409-
"pip3 install tqdm\n",
410-
"pip3 install dipy\n",
411-
"pip3 install joblib"
409+
"!pip3 install tqdm\n",
410+
"!pip3 install dipy\n",
411+
"!pip3 install joblib"
412412
]
413413
},
414414
{

0 commit comments

Comments
 (0)