I am using Google Colab to work create maps with Python 3.0 and I have done so using Basemaps. I am next trying to create similar maps using Google Maps. There are two python pa
Please Try Following code:
from IPython.display import IFrame IFrame(src='path/to/your/filename.html', width=900, height=600)
It did work for me. :)