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
Try full path to your file: /content/my_map.html
/content/my_map.html
The code should be:
import IPython IPython.display.HTML(filename='/path/to/your/filename')