Keplergl not rendering in MS Fabric
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?
Thank you for your interest in Apache Sedona! We appreciate you opening your first issue. Contributions like yours help make Apache Sedona better.
How did you install keplergl? If it's not the latest version can you reinstall keplergl==0.3.7?