File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
examples/us_bmode_linear_transducer Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments