Search code examples
jupyter-notebookfolium

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 ?


Solution

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