The question we were to answer dealt with public transportation so we went to NYC Open Data to get:
The locations of the subway stations
The subway lines
After downloading gmaps, a plugin that allows the embedding of Google maps into Jupyter notebooks, we were able to:
Input the data we organized from NYC Open Data and display the stations and lines
Create a 1/4 mile buffer around these stations
To create a voting system, HTML had to be utilized because of limitations to what could be embedded. In the end, our creation was simple, but effective in taking users votes.
To see all the code behind our work, visit our repository