5
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 ?

Vikram
  • 332
  • 3
  • 16
Akash Kumar
  • 307
  • 1
  • 4
  • 9

2 Answers2

2

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.

Sayrikey
  • 46
  • 2
0

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

Switch to Safari and the problem solved.

BonieSV
  • 69
  • 1
  • 3