Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing images in Radar Basics #129

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions notebooks/radar-basics/radar-basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<img src=\"../gifs-clips/KFTG_loop.gif\" alt=\"KFTG radar loop, Source: National Weather Service\" width=400 height=400>\n",
"Clip Source: National Weather Service"
"![KFTG radar loop, Source: National Weather Service](../gifs-clips/KFTG_loop.gif)"
]
},
{
Expand Down Expand Up @@ -84,8 +83,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<img src=\"../images/radar.webp\" width=500 height=250/>\n",
"Image Source: Sundry Photography/Public domain"
"![Picture of a radar](../images/radar.webp)\n",
"\n",
"_Image Source: Sundry Photography/Public domain_"
]
},
{
Expand All @@ -106,15 +106,16 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Emmitted Energy"
"### Emitted Energy"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<video controls loop src=\"../gifs-clips/radop1.mp4\"/>\n",
"Clip Source: The COMET Program"
"![Emitted energy animation](../gifs-clips/radop1.mp4)\n",
"\n",
"_Clip Source: The [COMET](https://www.comet.ucar.edu) Program_"
]
},
{
Expand Down Expand Up @@ -259,7 +260,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.10"
"version": "3.12.3"
},
"nbdime-conflicts": {
"local_diff": [
Expand Down