mapillary / mapillary-python-sdk

A Python 3 library built on the Mapillary API v4 to facilitate retrieving and working with Mapillary data.
MIT License
41 stars 16 forks source link

mly.set_token(MLY_ACCESS_TOKEN) missing at Colab Demo #143

Closed kauevestena closed 2 years ago

kauevestena commented 2 years ago

First of all, congrats for the API!!

I was trying to test the demo when I realized that the mentioned line was missing at the notebook!!

It may be putted right after the "MLY_ACCESS_TOKEN" declaration at the third jupyter cell!

Best Regards, Kauê

Rubix982 commented 2 years ago

Thank you, @kauevestena for that!

Edited in the notebook.

Closing issue.

image