GithubHelp home page GithubHelp logo

Comments (6)

pbugnion avatar pbugnion commented on July 21, 2024 1

For anyone else reading this, a very quick hack for entering your API key is to find the nbextensions/jupyter-gmaps directory. On Mac OS X, this is ~/Library/Jupyter/nbextensions/jupyter-gmaps/. Open the file index.js and search for the line that says: GoogleMapsLoader.LIBRARIES = ["visualization"] ;

Add a new line below with:

GoogleMapsLoader.KEY = "your-api-key" ;

You will need to restart open notebooks.

from gmaps.

xoolive avatar xoolive commented on July 21, 2024

I don't know whether it is of all a sudden forbidden to get those maps without an API key.

So I confirm that the page properly works if I add at the top of jupyter-gmaps.js the following line:

var GoogleMapsLoader = require('google-maps');
GoogleMapsLoader.LIBRARIES = ["visualization"] ;
GoogleMapsLoader.KEY = '>>>> API KEY <<<<';

Unfortunately, I am not confident enough with the Python/JS working together to suggest a clean interface... 😢

Hoping my workaround may help providing a quick fix!

PS: The API to activate in your Google developer interface is Google Maps JavaScript API.
I followed these instructions.

from gmaps.

pbugnion avatar pbugnion commented on July 21, 2024

Thanks for helping. I've never come across this. Maybe you get rate-limited if you don't specify an API key, and after a certain number or requests, you get banned.

I'm not sure how to pass information from Python to the JS layer outside of the context of widgets, but will look into this.

from gmaps.

reyale avatar reyale commented on July 21, 2024

https://developers.google.com/maps/pricing-and-plans/standard-plan-2016-update

"We no longer support keyless access"

from gmaps.

pbugnion avatar pbugnion commented on July 21, 2024

Ah that's very useful, thanks. All map queries now fail unless I set the key first. I'll try and merge PR #63 and do a release asap.

from gmaps.

pbugnion avatar pbugnion commented on July 21, 2024

Fixed by PR #63

from gmaps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.