leo-mazz / jupyter-map

A heat map widget for Jupyter notebooks that interfaces with Google Maps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jupyter-map

This is a simple widget that allows visualizing a heatmap in a jupyter notebook. It requires numpy and gmaps. It is necessary to set up a Google API key and configure it as such:

import gmaps
gmaps.configure(api_key=GOOGLE_API_KEY)

Then: screenshot

About

A heat map widget for Jupyter notebooks that interfaces with Google Maps


Languages

Language:Python 100.0%