Hello,
I started using superset and have a need to use the mapbox plot. I know that the access token needs to be added to the superset_congif.py file. Despite adding the token, I am still getting the same error.
Did the following steps
1. Added Token to superset_config.py
2. Added Superset_config.py to Pythonpath in my .profile
3. Restarted superset server
Superset is reading superset_config.py and is generating a superset_config.pyc. When I open the pyc file I do see an entry for MAPBOX_API_KEY. I am not sure why this isnt working. Would be great if I can get some help on this