Skip to content

Commit

Permalink
static maps
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Oct 26, 2024
1 parent c4b16d5 commit daea656
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions reading/spatial-2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 14,
"id": "8a433141-72bd-4b8c-8e46-ed4c86aeb12d",
"metadata": {
"scrolled": true
Expand All @@ -136,26 +136,26 @@
" <iframe\n",
" width=\"700\"\n",
" height=\"400\"\n",
" src=\"https://espm-157.carlboettiger.info/build/nh1-f227d00042a353d1f2aa8004304f376f.html\"\n",
" src=\"https://espm-157.github.io/static-maps/nh1.html\"\n",
" frameborder=\"0\"\n",
" allowfullscreen\n",
" \n",
" ></iframe>\n",
" "
],
"text/plain": [
"<IPython.lib.display.IFrame at 0x73a5c271a0d0>"
"<IPython.lib.display.IFrame at 0x73a5c27fb8d0>"
]
},
"execution_count": 6,
"execution_count": 14,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"#| hide-input\n",
"# display map on course website by using an iframe to the output URL \n",
"IFrame(src='https://espm-157.carlboettiger.info/build/nh1-d77cb7a06f1df268b4fddd5f8fd8b33a.html', width=700, height=400)"
"IFrame(src='https://espm-157.github.io/static-maps/nh1.html', width=700, height=400)"
]
},
{
Expand Down Expand Up @@ -270,7 +270,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 15,
"id": "7aa49687-4c6f-466c-811c-e57637ce1bb7",
"metadata": {},
"outputs": [
Expand All @@ -281,26 +281,26 @@
" <iframe\n",
" width=\"700\"\n",
" height=\"400\"\n",
" src=\"https://espm-157.carlboettiger.info/build/nh2-9d8fccf05355d11025badbc796ad7e32.html\"\n",
" src=\"https://espm-157.github.io/static-maps/nh2.html\"\n",
" frameborder=\"0\"\n",
" allowfullscreen\n",
" \n",
" ></iframe>\n",
" "
],
"text/plain": [
"<IPython.lib.display.IFrame at 0x73a5c27fdc90>"
"<IPython.lib.display.IFrame at 0x73a5bff48890>"
]
},
"execution_count": 11,
"execution_count": 15,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"#| hide-input\n",
"# display map on course website by using an iframe to the output URL \n",
"IFrame(src='https://espm-157.carlboettiger.info/build/nh2-9d8fccf05355d11025badbc796ad7e32.html', width=700, height=400)"
"IFrame(src='https://espm-157.github.io/static-maps/nh2.html', width=700, height=400)"
]
},
{
Expand Down

0 comments on commit daea656

Please sign in to comment.