'Python modules erroring out due to trust

All,

I'm getting this error "Make this Notebook Trusted to load map: File -> Trust Notebook" when I run the below code in Azure Data Studio v1.33.0.

import folium
m=folium.Map(location=[28.644800,77.216721])
m

I googled and it seems to be a jupyter notebook error which can be addressed by switching to a different browser. But in this case it is ADS not a browser.

In Azure Data Studio, there is no option File -> Trust Notebook. Any pointers please.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source