You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Project Jupyter
Hi Experts,
Is there a way in a notebook to get the page source of the current page that displays the running notebook? I am using folium map with LatLngPopup( ). this API does not return the coordinates so I guess the best way to get them is to parse the page source HTML. I am open to other suggestions.