In [2]:
import urllib
from IPython.display import HTML
map_url = 'https://raw.githubusercontent.com/edinburghlivinglab/dds-notebooks/master/examples/notebooks/map_test2.html'
ob = HTML(url=map_url)
ob
# Zooming out does not work tiles not loaded
# Must figure out how to keep ipython refreshing the html
# ob.reload does not work
# They've managed it here: http://nbviewer.ipython.org/gist/psychemedia/f7385255f89137c503b5/week7_mapping.ipynb
Out[2]:
In [ ]: