Skip to content

Commit cea80a6

Browse files
authored
Update 07-visualization.ipynb year is 2024 (#184)
very minor: changed the year in iPyleaflet popup from 2025 to 'FOSS4G 2024'
1 parent 873181c commit cea80a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workshop/jupyter/content/notebooks/07-visualization.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@
369369
"marker = Marker(location=(-1.4217175,-48.4921731))\n",
370370
"m.add_layer(marker)\n",
371371
"message2 = HTML()\n",
372-
"message2.value = \"Hey!! I'm speaking at FOSS4G 2025 🔥\"\n",
372+
"message2.value = \"Hey!! I'm speaking at FOSS4G 2024 🔥\"\n",
373373
"marker.popup = message2\n",
374374
"m"
375375
]

0 commit comments

Comments
 (0)