- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2023 12:58 PM
Hi @Kaniz Fatma
Thanks for the response.
I have all the required libraries installed to render the map. The code that I linked is from the official mapbox docs. see here: https://github.com/mapbox/mapboxgl-jupyter.
It doesn't appear to be an issue with the token because the map is being rendered in the output cell.
The issue seems to be the data points in `points.geojson` do not appear on the map. That layer is missing. It doesn't throw any errors either, at least in the cell output. The only warning I see is:
/databricks/python/lib/python3.9/site-packages/IPython/core/display.py:419: UserWarning:
Consider using IPython.display.IFrame insteadI suspect if you attempt to reproduce on your end within jupyter running on databricks compute, you may experience the same issue.
For reference, I am using:
python 3.9
mapboxgl 0.10.2