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
This solution is not working for me if the html contains images located on colab or in your (mapped) google-drive:
IPython.display.HTML('
') # can't find image
IPython.display.HTML('
') # can't find image
IPython.display.HTML('
') # can't find image
It works, however, with standard url:
IPython.display.HTML('
')