Afterreading the recent announcement about the transition from mapbox to map functions for tiled maps in Plotly 5.24.0, I tried to run a simple example from the documentation but just got an empty set of axes. Same story for scatter_map, line_map, choropleth_map and density_map - all empty. The equivalent Mapbox functions worked normally.
I also tried the new go.scattermap trace and its works fine.
I have installed the latest version of vscode-python, and I don’t use Jupyter within VSCode.
When I run the example code for px.scatter_map, I don’t see anything in the browser. It just keeps loading and then nothing happens.
I think Microsoft have now made the change to move to a later version of plotly.js that resolves this.
As to when this change will appear in the released vscode renderer - I don’t know.