This may be because you did not pass in an API key, or the key you passed in was incorrect.
Check the browser console, look for errors that start with Google Maps API error and compare the message against the Google Maps documentation.
If you see InvalidKeyMapError, the key you passed in is invalid. If you see MissingKeyMapError, you have not passed your API key to jupyter-gmaps. Pass an API key by writing gmaps.configure(api_key="AI...")
I can see only this and I have no clue how to solve this, my API is generated and I believe its correct.
This may be because you did not pass in an API key, or the key you passed in was incorrect. Check the browser console, look for errors that start with Google Maps API error and compare the message against the Google Maps documentation. If you see InvalidKeyMapError, the key you passed in is invalid. If you see MissingKeyMapError, you have not passed your API key to jupyter-gmaps. Pass an API key by writing gmaps.configure(api_key="AI...")
I can see only this and I have no clue how to solve this, my API is generated and I believe its correct.