sedona icon indicating copy to clipboard operation
sedona copied to clipboard

Keplergl not rendering in MS Fabric

Open adild2k opened this issue 1 year ago • 2 comments

I am using 3.4 version of Apache Spark and 1.7 of Apache Sedona within the Microsoft Fabric environment. When i create create a map using

map = SedonaKepler.create_map(df=groupedresult, name="AirportCount") map

It doesnt render anything in the output but when i generate the html file and push it to one of the lakehouse folder, it worked.

map.save_to_html(file_name='Files/html/kepler_map.html').

Any pointers to solve this issue?

adild2k avatar Dec 09 '24 13:12 adild2k

Thank you for your interest in Apache Sedona! We appreciate you opening your first issue. Contributions like yours help make Apache Sedona better.

github-actions[bot] avatar Dec 09 '24 13:12 github-actions[bot]

How did you install keplergl? If it's not the latest version can you reinstall keplergl==0.3.7?

rbavery avatar Mar 21 '25 17:03 rbavery