Forums

Access to Desmos API

Hello everyone!

I need to use API of Desmos link. Seems like it does not work for me.

If I am not mistaken, it should be in the whitelist (correct me if I am wrong).

Can you please do that?

thank you!

That is the documentation for a Javascript API that is accessed from the browser, so it does not need to be on the whitelist.

I agree.

Sorry for confusing you. I meant <script src="https://www.desmos.com/api/v1.6/calculator.js?apiKey=dcb31709b452b1cf9dc26972add0fda6"></script>, which is at the beginning of that page.

Using this script, it works locally for me, but in Pythonanywhere does not work.

Then that's not a whitelist issue. You need to check your browser developer tools to see why that's not working.

Okay, I will check. Thanks!