H
H
huawey_1322019-12-18 00:08:42
Python
huawey_132, 2019-12-18 00:08:42

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

1 answer(s)
V
Vladimir Kuts, 2019-12-18
@Bogdan_Severnov

5df9dc8a6884e455617064.pngWell, did you install according to the instructions ?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question