Hi,
I am trying to run thebasics.ipynb and in the make a slippy map section the drawhandler is not being registed and the actionCount remains at 0. This affects the next part of the code since the APIs is a null array.
`KeyError Traceback (most recent call last)
in ()
----> 1 print (AOIs[1])
2 myAOI = AOIs[1]["geometry"]
3
4 # build a query using the AOI and
5 # a cloud_cover filter that excludes 'cloud free' scenes
KeyError: 1`