Creating a map in Jupyter notebook allows me to display a map, but when I use the export_to_html() or embed() methods, the map is blank.
#gis defined above using api key
map1 = gis.map('California, USA', zoomlevel=5)
map1 This code produces this:

Using export_to_html(), the file is blank when opened in Firefox. When using embed, this is the result:
