import folium from folium import IFrame text = 'your text here' iframe = folium.IFrame(text, width=700, height=450) popup = folium.
確定! 回上一頁