Skip to content
6 changes: 6 additions & 0 deletions examples/fullwave_simple_plane_wave/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Simple Plane Wave

[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/waltsims/k-wave-python/blob/HEAD/examples/fullwave_simple_plane_wave.ipynb)

This example showcases the compatibility between [fullwave25](https://github.com/pinton-lab/fullwave25) and [k-wave-python](https://github.com/waltsims/k-wave-python). It directly copies two methods over.
Comment on lines +1 to +5
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix Colab badge link to point to the correct notebook path

The Colab badge currently links to:

.../examples/fullwave_simple_plane_wave.ipynb

but the notebook in this PR lives at:

examples/fullwave_simple_plane_wave/fullwave_simple_plane_wave.ipynb

Recommend updating the URL accordingly:

-[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/waltsims/k-wave-python/blob/HEAD/examples/fullwave_simple_plane_wave.ipynb)
+[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/waltsims/k-wave-python/blob/HEAD/examples/fullwave_simple_plane_wave/fullwave_simple_plane_wave.ipynb)

So users can open the example notebook directly from the README.

🤖 Prompt for AI Agents
In examples/fullwave_simple_plane_wave/README.md around lines 1 to 5, the Colab
badge URL points to examples/fullwave_simple_plane_wave.ipynb but the notebook
actually resides at
examples/fullwave_simple_plane_wave/fullwave_simple_plane_wave.ipynb; update the
badge link to the correct path (replace the URL portion after
/github/.../blob/HEAD/ with
examples/fullwave_simple_plane_wave/fullwave_simple_plane_wave.ipynb) so the
badge opens the notebook directly in Colab.


Loading
Loading