I am trying to run this Map object but whenever i execute the script on terminal i am getting this error. But when i run this in a python shell, it works perfectly. I am using this code.
import folium
a = folium.Map(location=[27.788032, 85.380830], zoom_start=15, tiles="Stamen Terrain")
a.save("Map1.html")
I am not understanding this error. I am using VS code and i am on ubuntu 20.04. Can anyone help me with this?