I want to do some spatiotemporal data analysis with kepler. As the data is confidential and also huge, I cannot upload it to the demo site.
I tried installing keplergl locally but it needs a Mapbox Access Token (which I think is paid).
Is there a way I can use kepler with OpenStreetMap? (I want to run it in jupyter notebook or through python OR a one-time react setup since I am not familiar with react).
My jupyter notebook is also configured with
jupyter nbextension install --py --sys-prefix keplergl
jupyter nbextension enable keplergl --py --sys-prefix
Saw some solutions using Tile with docker but was not completely clear. I prefer a way to use it in a jupyter notebook.
EDIT:
Tried pydeck and am currently using it. Works like a charm but once you plot there is no way to interact with it. Kepler like tools will be a great help.