Akash Kumar
Akash Kumar

Reputation: 327

Make this notebook trusted to load map : File -> Trust Notebook

import folium
world_map=folium.Map()
world_map

This is showing something like :
Make this notebook trusted to load map : File -> Trust Notebook
while trusted is written on top right corner of my jupyter notebook file . How can i solve this issue ?

Upvotes: 7

Views: 17427

Answers (2)

BonieSV
BonieSV

Reputation: 69

Got This same problem here on macOS Big Sur and Chrome is used.

Switch to Safari and the problem solved.

Upvotes: 0

Sayrikey
Sayrikey

Reputation: 44

This is a general problem, I ran into the same issue a while back. What you have to do is to try changing your default browser to Chrome or Firefox it should work perfectly.

Upvotes: 1

Related Questions