Adding data to a displayed map on mapbox
问题 I know how to display a map now from this here. But what I want to do is now add data to it, sort of like what this link does here. Eventually I need to call a python function that returns this data that gives coloring to a particular area which looks like this: [{'type': 'scattermapbox', 'mode': 'markers', 'text': ['Census Tract:304.01<br> Predicted Growth Rank:1.0<br> Year: 2017 '], 'marker': {'size': 1, 'color': ['rgba(247, 251, 255, 255)'], 'colorscale': [[0.0, 'rgba(8, 48, 107, 255)'],