Skip to content

Commit

Permalink
Update us_bmode_linear_transducer.ipynb (#271)
Browse files Browse the repository at this point in the history
quick fixes
  • Loading branch information
djps authored Jan 18, 2024
1 parent 3ff7340 commit 19149c5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"outputs": [],
"source": [
"%%capture\n",
"# update to pip install k-wave-python upon release\n",
"!pip install --force-reinstall https://github.com/waltsims/k-wave-python/archive/migrate-examples-to-notebooks.zip \n",
"# install k-wave-python\n",
"!pip install k-wave-python\n",
"# I don't like this, but let's come up with a better strategy\n",
"!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"
"!bash -e -c '[[ ! -e myfile.txt ]] && wget https://raw.githubusercontent.com/waltsims/k-wave-python/master/examples/us_bmode_linear_transducer/example_utils.py"
]
},
{
Expand Down

0 comments on commit 19149c5

Please sign in to comment.