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.
With a bit more testing I see that itās the āvscodeā renderer that is the problem.
None of the new āmapā traces or plotly express figures work with the āvscodeā renderer, but it I switch to ānotebookā then everything works.
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.