Answer the question
In order to leave comments, you need to log in
I'm trying to build a map in jupyter, but it doesn't work (I'm using gmaps). Maybe I'm doing something wrong?
I write the following code
import gmaps
gmaps.configure (api_key = 'key')
new_york_coordinates = (40.75, -74.00)
gmaps.figure (center = new_york_coordinates, zoom_level = 12)
But the map does not appear
The error does not appear either
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question