The sketch-a-day archives and tip jar are at: https://abav.lugaralgum.com/sketch-a-day Code for this: https://github.com/villares/sketch-a-day/tree/main/2026/sketch_2026_06_02 #Python
Type: Bug When working with Vscode's Notebooks, I'm trying to display an HTML map like so: # Create a sample folium map m = folium.Map(location=[40.4168, -3.7038], zoom_start=12) # m.show_in_browse...
@pyohio I'm going strong on my daily creative coding sketches, I usually do them with Python and the #py5 library, and this year it has been all smooth sailing: https://abav.lugaralgum.com/sketch-a-day
Also some #geopandas, #OSMnx and #Folium fun at our local hackerspace here in São Paulo #GaroaHackerClube. I've heard that PyOhio is one of the most welcoming US regional conferences, maybe one day I get the chance to join you :)
Baixamos uns dados do GeoSampa e experimentamos um pouco com #OSMnx e #GeoPandas + #Folium
Playing around with a "purple map" of the 2025 US presidential election, starting with just #NewMexico. It's fun to see how the numbers change across my local small town, which areas voted more Republican vs. more Democrat. I used #Python and #Folium to make the #map.
https://shallowsky.com/blog/programming/2024-election-purple-map.html
Anyone else having trouble with #Folium maps not displaying in #VSCode notebooks? The issue’s been open for a month, and several people (me included) have reported it, but there’s still no movement…
https://github.com/microsoft/vscode/issues/266193
Type: Bug When working with Vscode's Notebooks, I'm trying to display an HTML map like so: # Create a sample folium map m = folium.Map(location=[40.4168, -3.7038], zoom_start=12) # m.show_in_browse...