Skip to content

Commit 19149c5

Browse files
authored
Update us_bmode_linear_transducer.ipynb (#271)
quick fixes
1 parent 3ff7340 commit 19149c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/us_bmode_linear_transducer/us_bmode_linear_transducer.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"outputs": [],
88
"source": [
99
"%%capture\n",
10-
"# update to pip install k-wave-python upon release\n",
11-
"!pip install --force-reinstall https://github.com/waltsims/k-wave-python/archive/migrate-examples-to-notebooks.zip \n",
10+
"# install k-wave-python\n",
11+
"!pip install k-wave-python\n",
1212
"# I don't like this, but let's come up with a better strategy\n",
13-
"!bash -e -c '[[ ! -e myfile.txt ]] && wget https://raw.githubusercontent.com/waltsims/k-wave-python/migrate-examples-to-notebooks/examples/us_bmode_linear_transducer/example_utils.py"
13+
"!bash -e -c '[[ ! -e myfile.txt ]] && wget https://raw.githubusercontent.com/waltsims/k-wave-python/master/examples/us_bmode_linear_transducer/example_utils.py"
1414
]
1515
},
1616
{

0 commit comments

Comments
 (0)