The #folium / #jupyter issue still hasn't been solved in #vscode. This is annoying.
https://github.com/microsoft/vscode-jupyter/issues/17224
HTML content (Python's Folium map) not showing in Notebook's output cell · Issue #17224 · microsoft/vscode-jupyter

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...

GitHub
@guerda
#matplotlib for the basic stuff and #folium for interactive maps. 🗺️

@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 :)

Alexandre Villares

Baixamos uns dados do GeoSampa e experimentamos um pouco com #OSMnx e #GeoPandas + #Folium

https://garoa.net.br/wiki/Python_Lab

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

#GIS #mapping #OpenData

Map Application Using Python, GeoJSON, and Folium
Visualizing GeoJSON Data with Folium in Python

Folium 1.35 is coming along very nicely, currently in the “Waiting for Review” stage

#app #apple #emulator #emulation #folium #liquidglass #playstation

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

#gis #geospatial #jupyter #python

HTML content (Python's Folium map) not showing in Notebook's output cell · Issue #266193 · microsoft/vscode

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...

GitHub
Pretty amazing just a few lines of code generate interactive HTML map with 120 thousand data points from CSV file #python #folium #GIS